gwdevhub / GuildWarsPartySearch

Party Search Aggregator
1 stars 1 forks source link

[Server] When receiving a new websocket connect request, gracefully close and remove any existing websocket for the same charname #78

Closed 3vcloud closed 2 months ago

3vcloud commented 2 months ago

If a bot is force closed, it won't gracefully shut down the websocket; the server may still think its active. Once the bot is running again and requests a new websocket connection, the server should make sure any previous connections are freed.