-
問個 Rails5 WebSocket 的問題
小弟公司的聊天室使用了 Rails5 ActionCable 實作,功能是做出來了
但 production 上偶爾(還滿常出現的 冏)會出現錯誤 `VM161:37 WebSocket connection to 'ws://amazingtalker.com/cable' failed: Error during WebSocket handsh…
jcsky updated
8 years ago
-
- Your Rocket.Chat app version: latest from iOS app store
- Your Rocket.Chat server version: 2.1.1
- Device (or Simulator) you're running with: iOS
Hi,
Whenever I try to connect I get "Oops! - C…
-
Hi, great job on this proxy module.
I'm trying to add the proxy for websocket protocols but it does not work for you guys. Is there any plans to add that?
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-…
-
Right now the server supports two protocols for incoming connections WebSockets and regular TCP connections. Switching the default to be Websockets has many advantages:
- You could host the server…
-
Hi,
seems like the https connection upgrade to websocket connection doesn't work properly.
Error message from my browser's console:
```
Uncaught DOMException: Failed to construct 'WebSocket': …
-
I get this error in my JS console when opening my Meteor app using the proxy:
```
WebSocket connection to 'ws://localhost:3030/sockjs/788/lnfxrvrn/websocket' failed: Connection closed before receivin…
-
I need to configure an instance of `https-portal` to work as a proxy to a SSL external Node-RED server.
The Node-RED server is listening `https` and websocket `wss` in the same port `443`.
To work I…
-
For a while I have been trying to figure out how to proxy through nginx on port 80 for the websockets port. Some networks don't allow a webpage to use ports other than 80/443. I have tried a bunch of …
-
Hi,
can we run nginx to serve ssl offloading & reverse proxy purpose running on port 443 and run http server and websocket server triggering code with workerman
1) in different folder structure…