resetSocket function

void resetSocket()

Implementation

void resetSocket() {
  GameSocket socket = GameSocket();
  socket.reset();
}