Commit 36bd5ad9 authored by Chunchi Che's avatar Chunchi Che Committed by WANG HE

add some log

parent 2ffcf1b6
...@@ -70,6 +70,8 @@ export default function handleSocketMessage(e: MessageEvent) { ...@@ -70,6 +70,8 @@ export default function handleSocketMessage(e: MessageEvent) {
break; break;
} }
default: { default: {
console.log(packet);
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment