void close ()
void close() { if (!isBound) { return; } _waiter?.cancel(); _waiter = null; _socket!.close(); _socket = null; }