-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add firebase-query.html to the my-app.html #1
Conversation
It smells like a bug in polymerfire. Specificly, it smells like a race condition ;P |
I see the issue starts in the |
I think this PR introduces the issue: FirebaseExtended/polymerfire#131 |
@phrohdoh can you create an issue in the firebase/polymerfire repo? |
Friendly ping to @phrohdoh. :) |
Hi there, sure! Sorry I have been extremely busy lately. |
@abdonrd I'd say this is a well-covered issue:
It appears that, as I suspected, the polymerfire team has known about this for a while without taking any concrete steps to resolve it. |
@phrohdoh I think it is a different issue, because the FirebaseExtended/polymerfire#131 was merged in 21 Oct 2016 and the issues are before. |
FirebaseExtended/polymerfire#74 is the race condition that @cdata mentioned. |
@phrohdoh this issue says:
And if we use the |
It works well if you do something to mask the race condition. No matter, FirebaseExtended/polymerfire#179. |
More info: FirebaseExtended/polymerfire@3b751d0 |
(I know that it is not a correct solution)
I'm not sure why, but adding the
firebase-query.html
to themy-app.html
, now the websocket works.Before:
After:
Updated:
I see the issue starts in the
^v0.10.1
. In thev0.10.0
works well.FirebaseExtended/polymerfire@v0.10.0...v0.10.1
Updated 2:
I think this PR introduces the issue: FirebaseExtended/polymerfire#131