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
Error message pops when the gateway is disconnected for invalid API reason.
Fixed spammy reconnection attempts
Client should attempt to fetch WSSURL again if failed
UpdatePluginReference & DiscordSocket_Initialized hook calls are moved from READY to connection init (in some cases the client is created but connection is not successful. That creates more problems where client instance remains NULL)
Socket.Send is only executed if connection is alive