Skip to content

Block on connect until handshake is done, Python 3 syntax, local imports#13

Open
abscond784 wants to merge 4 commits intoabeisgoat:masterfrom
abscond784:master
Open

Block on connect until handshake is done, Python 3 syntax, local imports#13
abscond784 wants to merge 4 commits intoabeisgoat:masterfrom
abscond784:master

Conversation

@abscond784
Copy link
Copy Markdown

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