When I am trying to send the command to a chatroom: netstat | grep 80 (either enclosed in backticks or not) rocket refuses to send the message, it stops responding and it constantly refreshes even if I switch to another room. This happens until I perform 'View->Reload Ignoring Cache'. However the message is never sent.
Steps to reproduce:
Go to a chat (either from electron client or directly via the browser)
send the following on a chatroom: netstat | grep 80
Expected behavior:
The message to be sent to the room.
Actual behavior:
The browser or electron-client constantly refreshes without sending the message and in the ui I constatly see Connecting.... and Waiting for server connection switching back and forth.
In the devtools console I constantly see the following 5 requests being sent again and again without ever stopping.
Description:
When I am trying to send the command to a chatroom:
netstat | grep 80
(either enclosed in backticks or not) rocket refuses to send the message, it stops responding and it constantly refreshes even if I switch to another room. This happens until I perform 'View->Reload Ignoring Cache'. However the message is never sent.Steps to reproduce:
netstat | grep 80
Expected behavior:
The message to be sent to the room.
Actual behavior:
The browser or electron-client constantly refreshes without sending the message and in the ui I constatly see
Connecting....
andWaiting for server connection
switching back and forth.In the devtools console I constantly see the following 5 requests being sent again and again without ever stopping.
wss://rocket.eurodyn.com/sockjs/173/zjoolzj1/websocket
https://rocket.eurodyn.com/sockjs/info?cb=a17iphuvg3
(200 OK)https://rocket.eurodyn.com/api/v1/users.presence?ids[]=wiNSsSKmacTSqJj9o&ids[]=......
(200 OK)wss://rocket.eurodyn.com/sockjs/227/9xvg6104/websocket
(101 Switching Protocols)https://rocket.eurodyn.com/api/v1/me
(200 OK)Server Setup Information:
5.0
Client Setup Information
Additional context
Relevant logs: