Decode a message from the transport format
@override T? decode(List<int> data) { return _codec.decode(_frameOf(data)); }