Skip to content

Commit

Permalink
Update Reconnect handler
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenx committed May 5, 2022
1 parent f374943 commit 4c9e68f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class ReconnectHandler extends GatewayHandler {
);

discordWebSoket.sendMessage(gatewayMessage);
discordWebSoket.removeListener(listenerName: 'on_resume_hadler');
},
);
log('[DWS: ReconnectHandler]: Closing connection for reconnect');
Expand Down

0 comments on commit 4c9e68f

Please sign in to comment.