diff --git a/game-server/app.ts b/game-server/app.ts index bb28a96ac..7bc707ec3 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -102,8 +102,8 @@ app.configure(ALL_ENVS, 'connector', function () { { connector: pinus.connectors.hybridconnector, heartbeat: 60, - useDict: true, - useProtobuf: true + useDict: false, + useProtobuf: false }); app.set('protobufConfig', {