Browse Source

feat(core): add msgpack

gemercheung 3 years ago
parent
commit
9bb3ea75b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/io.js

+ 1 - 1
src/core/io.js

@@ -15,7 +15,7 @@ const io = new Server(httpServer, {
   path: process.env.SOCKET_PATH || "",
   pingInterval: 10000,
   pingTimeout: 5000,
-  // parser: customParser,
+  parser: customParser,
 });
 
 instrument(io, {