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
While trying out this repo I stumbled upon the fact that peer.connect must be called only after peer open had successfully fired. Otherwise it won't work.
Is it intentional?
I haven't found anything about this behavior in docs, correct me if I'm wrong.
Maybe throwing an exception if connect called before peer has been opened might be a good tweak.
The text was updated successfully, but these errors were encountered:
While trying out this repo I stumbled upon the fact that peer.connect must be called only after peer open had successfully fired. Otherwise it won't work.
Is it intentional?
I haven't found anything about this behavior in docs, correct me if I'm wrong.
Maybe throwing an exception if connect called before peer has been opened might be a good tweak.
The text was updated successfully, but these errors were encountered: