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
In both version 0.5.0 (highest version number) and 0.5.0-preview-abba5e7 (actually most recent), the EventSubWebsocketClient handlers WebsocketDisconnected and WebsocketReconnected are non-generic and require a handler with a second parameter of type EventArgs rather than a specific event type. In the case of Disconnected, the type WebsocketDisconnectedArgs exists; this is not true of the Reconnected event.
The text was updated successfully, but these errors were encountered:
In both version 0.5.0 (highest version number) and 0.5.0-preview-abba5e7 (actually most recent), the
EventSubWebsocketClient
handlersWebsocketDisconnected
andWebsocketReconnected
are non-generic and require a handler with a second parameter of typeEventArgs
rather than a specific event type. In the case of Disconnected, the typeWebsocketDisconnectedArgs
exists; this is not true of the Reconnected event.The text was updated successfully, but these errors were encountered: