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
The fact that the method will remove other listeners should be made clear in the method's name or via a mandatory parameter (e.g. removeOtherListeners: boolean)
In the second case, if removeOtherListeners is set to false forward call to subscribe
The text was updated successfully, but these errors were encountered:
plow/src/messaging/transports/iMessageTransport.ts
Line 9 in 62c23c5
The fact that the method will remove other listeners should be made clear in the method's name or via a mandatory parameter (e.g.
removeOtherListeners: boolean
)In the second case, if
removeOtherListeners
is set tofalse
forward call tosubscribe
The text was updated successfully, but these errors were encountered: