This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
When an authenticated user, the websocket transmits this message: adonis: websocket connection is not in open state, current state 1 + 1ms #83
Labels
When an authenticated user, the websocket transmits this message: adonis: websocket connection is not in open state, current state 1 + 1ms
I am having this problem when I am logged into the application. I made the same code for when I'm logged out and works normally, following the step by step that exists in DOC.https: //adonisjs.com/docs/4.1/websocket
Can anyone explain what is missing or happening?
Package version
"version": "4.1.0",
Node.js and npm version
NODEJS = v12.16.2 NPM = 6.14.4
Code
start/socket.js
app/Controllers/Ws/AdminController.js
public/chat.js
The text was updated successfully, but these errors were encountered: