You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queue should have a start method, because right now if there is no specId it will attach the Firebase listeners in the constructor, which can lead to this escaping before it is fully constructed.
The text was updated successfully, but these errors were encountered:
incognitojam
pushed a commit
to incognitojam/firebase-queue-java
that referenced
this issue
May 30, 2017
Queue
should have a start method, because right now if there is nospecId
it will attach the Firebase listeners in the constructor, which can lead tothis
escaping before it is fully constructed.The text was updated successfully, but these errors were encountered: