onClientDisconnected method

  1. @protected
void onClientDisconnected(
  1. Channel id,
  2. NetworkerSocketInfo info
)
inherited

Called when a client disconnects. Override this to perform custom logic on disconnection.

Implementation

@protected
void onClientDisconnected(Channel id, T info) {}