Connection

- Added some debugs
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-26 14:28:39 +02:00
parent ecb2267d70
commit d2813753f9
1 changed files with 2 additions and 0 deletions

View File

@ -151,7 +151,9 @@ public class Connection : Thread
logger.dbg("Shutting down river stream... [done]");
// Clean up - notify disconnection
logger.dbg("Notifying the server of connection disconnect...");
this.associatedServer.onConnectionDisconnect(this);
logger.dbg("Notifying the server of connection disconnect... [done]");
}
// FIXME: These should be part of the auth details