Skip to content

Commit

Permalink
uwebtransport options
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed May 11, 2024
1 parent 06b7825 commit 0d9a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { createUser } from "./config/auth";
import { uWebSocketsTransport } from "@colyseus/uwebsockets-transport";

export default config({
initializeTransport: (options) => new uWebSocketsTransport(),
initializeTransport: (options) => new uWebSocketsTransport(options),

initializeGameServer: (gameServer) => {
/**
Expand Down

0 comments on commit 0d9a1af

Please sign in to comment.