You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey i cant create a Websocket connection the response object is always null. Is there maybe a problem with the Websocket-Connection with the R12 version?
Example Code
const ws = await createWebSocketConnection({
authenticationOptions: {
// any options that can also be called to authenticate()
awaitConnection: true,
}, pollInterval: 1000
})
ws.on('message', message => { //ws is always null
// Subscribe to any websocket event
})
I am using Next.js with Electron, maybe i am missing something?
The text was updated successfully, but these errors were encountered:
Hey i cant create a Websocket connection the response object is always null. Is there maybe a problem with the Websocket-Connection with the R12 version?
Example Code
I am using Next.js with Electron, maybe i am missing something?
The text was updated successfully, but these errors were encountered: