close socket and stream, and clear buffers
@override Future close() async { await _socket?.close(); _socket = null; _bstl = null; }