onResponse method
Implementation
@override
MsgTimeoutOnCloseResponse onResponse(List<int> bytes) {
return MsgTimeoutOnCloseResponse.deserialize(bytes);
}
@override
MsgTimeoutOnCloseResponse onResponse(List<int> bytes) {
return MsgTimeoutOnCloseResponse.deserialize(bytes);
}