Called when the message is about to be sent.
@override void onSend(Object data, void Function(Object data) next) { _log(data: data, type: wsTypeRequest, next: next); }