Skip to content

Conversation

@abscond784
Copy link

This fixes the problem that Firebase ref creation and send could happen during the handshake phase, which was causing some problems. It's addressed by blocking until the handshake phase is done.

Also, some minor syntax changes for Python 3, and local import fixes.

Minor syntactical changes for Python 3 compatibility (prints need parenthesis).
…tion blocks until the handshake is done.

Prior to this change, Firebase refs could be created and sent over the handshake connection instead of the actual connection.  This caused several problems, including abeisgoat#3 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant