Gateway: Fixed a deadlocking mutex

This commit is contained in:
diamondburned (Forefront) 2020-03-02 19:18:33 -08:00
parent 0aebea60bd
commit 403e4970f7
1 changed files with 0 additions and 3 deletions

View File

@ -174,9 +174,6 @@ func (g *Gateway) Close() error {
func (g *Gateway) Reconnect() error {
WSDebug("Reconnecting...")
g.available.Lock()
defer g.available.Unlock()
// If the event loop is not dead:
if g.paceDeath != nil {
WSDebug("Gateway is not closed, closing before reconnecting...")