handleResponseMsg

open override fun handleResponseMsg(methodName: String, packetMsg: PacketClientMsgProtobuf)

Handles a response message for this service. This should not be called directly.

Parameters

methodName

The name of the method the service should handle.

packetMsg

The packet message that contains the data.