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
It seems (though I haven't tested this) that if a client calls startNotify with a handler h1, then calls stopNotify, then again calls startNotify with a handler h2, bothh1 and h2 will be called on notifications. The correct behavior is only h2 being called.
The text was updated successfully, but these errors were encountered:
It seems (though I haven't tested this) that if a client calls
startNotify
with a handlerh1
, then callsstopNotify
, then again callsstartNotify
with a handlerh2
, bothh1
andh2
will be called on notifications. The correct behavior is onlyh2
being called.The text was updated successfully, but these errors were encountered: