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
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
It looks like when an error frame is received, it is always handled by the
connecterror callback.For example:
CONNECT-- server returns successSUBSCRIBE-- server returns error response e.g. permission deniedCONNECTerror callbackThis is pretty confusing and hard to program against -- one would expect some sort of error callback related to the
SUBSCRIBEfor step 2 and 3.