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
Exactly as stated in the title, it's not possible to register multiple listeners to the same event name with the current sockethub-client. It seems to want to do some additional ActivityStreams parsing, but in my use case there was actually no difference between the emitted parsed events and what I got when circumventing the issue by using the socket.onAny API for the additional listener instead.