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
We are currently listening to the disconnect event so we get the code&reason for a disconnect. More specifically we want to know when an invalid_auth error happened.
Though this is impossible to test as rtm.send method does not allow for a callback containing two parameters. Disconnect event returns code and reason.
The text was updated successfully, but these errors were encountered:
sarabsilveira
changed the title
CLIENT_EVENTS.RTM.DISCONNECT is not support
CLIENT_EVENTS.RTM.DISCONNECT not supported
Nov 16, 2017
We are currently listening to the disconnect event so we get the code&reason for a disconnect. More specifically we want to know when an
invalid_auth
error happened.Though this is impossible to test as
rtm.send
method does not allow for a callback containing two parameters.Disconnect
event returnscode
andreason
.The text was updated successfully, but these errors were encountered: