fix bug of msgbody convert byte
This commit is contained in:
@@ -188,7 +188,7 @@ public class SocketHandler {
|
||||
}
|
||||
MsgBody msgBody = new MsgBody();
|
||||
msgBody.msgType(msgType);
|
||||
msgBody.content(msg);
|
||||
msgBody.content(msg.getBytes());
|
||||
SocketManager.getInstance().sendMsg(mAppId, HEADER_TYPE, msgBody, msgId -> {
|
||||
for (IMogoCloudOnMsgListener listener : onMsgListenerList) {
|
||||
if (listener != null) {
|
||||
|
||||
Reference in New Issue
Block a user