-
esp32 wroom devkit c
platformIO
- platform : espressif32@6.5.0
- board : esp32dev
- framework : arduino
- build_flags = -std=gnu++11 -D DEBUG_ESP_PORT=Serial
arduinoWebSockets : 2.4.1 - us…
-
How can StreamServer be used with WebSockets?
The `StreamServer` constructor is:
`public StreamServer(JsonRpcBasicServer jsonRpcServer, int maxThreads, ServerSocket serverSocket)`
I might be missing…
-
Hi @benhutchins ,
Thank you very much for this image.
I'm having troubles with taiga-event. I'm using taiga behind a reverse proxy and I keep receiving `WebSocket` errors:
```
WebSocket connec…
maxep updated
6 years ago
-
Ha-rpoxy
tested with last live_cpu_graph & simple_chat
the request to the script but no answer
Same problem with nginx proxy
127.0.0.1 - - [2013-11-11 23:59:47] "GET /socket.io/1/websocket/4250285…
-
Hello,
I have my server behind NAT. On ports 80 and 443 I have Apache web server with Let's encrypt wildcard certificates. I have port forwarded ports 80,443,10000,20000-20050. I would like to run th…
-
When running a WS to TCP proxy I had the following config (note: this is js code not checked in currently)
```javascript
var tcpOutputRef = tcpController.routeOutputNew("ws", 0, "127.0.0.1", 105…
-
### 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-dlp is…
-
Some clients generate the Frame.pm excess fragment error, I suspect because the unpacking is not working for them.
Here is a sniff, unfortunately just ascii
GET / HTTP/1.1
Upgrade: websocket
Connect…
-
It would be great if websocket-sharp was able to be configured for proxy traversal (using HTTP CONNECT), and support proxy basic authentication as well.
(Not sure if this is the right place for enha…
-
In issue #198 - Proxy Real-time APIs? - @GUI stated:
> we clear the Connection header when proxying requests. This is done so we can support backend keepalive connections (see nginx's keepalive docs)…