remove method

  1. @internal
void remove(
  1. GameClient socket
)

Implementation

@internal
void remove(GameClient socket) => _sockets.remove(socket.id);