This commit is contained in:
@@ -124,7 +124,6 @@ export function NakamaProvider({ children }: { children: React.ReactNode }) {
|
||||
const newSession = await getSession(username);
|
||||
setSession(newSession);
|
||||
|
||||
// create a socket (new Nakama 3.x signature)
|
||||
const s = client.createSocket(
|
||||
import.meta.env.VITE_WS_SSL === "true",
|
||||
undefined
|
||||
|
||||
Reference in New Issue
Block a user