This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 507
client.emit is not a function #483
Comments
Yes, good catch! PR? |
sure 👍 |
Before creating PR, after checking out my upstream/master (which is mosca's master) I see tests are failing!?
|
Not sure, things are passing here |
Not on my side! |
tests are passing on the cloud. |
mcollina
added a commit
that referenced
this issue
May 30, 2016
Strange! I did it with |
You might had some spurious/unwanted dependency on node_modules |
don't know! did a clean fresh npm install |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In some cases I have
Shouldn't
client.emit('error')
have beenclient.connection.emit('error')
?The text was updated successfully, but these errors were encountered: