Actor.prototype._onDisconnect(connection: Connection<this>): void | Promise<void>
Called when a client disconnects from the actor. Use this to clean up any connection-specific resources.
connection: Connection<this>
- The connection object.
void | Promise<void>