rpc 패키지 추가

This commit is contained in:
2023-07-10 09:42:34 +09:00
parent b85d271efe
commit 550374ef6f
2 changed files with 191 additions and 0 deletions

View File

@ -381,6 +381,7 @@ func upgrade_core(sh *subhandler, conn *websocket.Conn, accid primitive.ObjectID
}
if messageType == websocket.CloseMessage {
sh.callReceiver(accid, c.alias, CloseMessage, r)
break
}