@override void sendChannelData(Uint8List b) { if (sessionChannel != null) { sendToChannel(sessionChannel, b); } }