We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a3a0d commit d6df493Copy full SHA for d6df493
app/services/gamebridge/GameBridge.ts
@@ -51,7 +51,7 @@ export default class GameBridge extends Service {
51
});
52
53
console.log(`Web socket server listening on ${this.webApp.config.port}`);
54
- this.handleResoniteConnection();
+ // this.handleResoniteConnection();
55
}
56
57
async handleConnection(req: WebSocketRequest): Promise<void> {
0 commit comments