python-firebasin icon indicating copy to clipboard operation
python-firebasin copied to clipboard

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

Open abscond784 opened this issue 11 years ago • 0 comments

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.

abscond784 avatar Apr 09 '14 00:04 abscond784