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