-
Hi,
I have been watching the AsyncWebSocket implementation to see if it will provde WSS in the future, i got pointed to this repo, for https, but will this honour a WSS request when the handshake …
-
Hi, is it possible to communicate through wss protocol?
It works fine for me with ws.
```
#include
#include
#include
#include
#include
EthernetClient ethernet;
#include
byte mac[…
-
-
hello..
where and what changes required in this for own wss and own turn server ?
Thanks
-
-
### Do you want to request a *feature* or report a *bug*?
Feature
### What did you expect to see?
- Traefik supports WebSockets but there are no instructions on how to use Traefik to …
-
wss://demo.coflnet.com/api/audio is a websocket and accepts opus encoded audio streaming - target 500ms batches.
It sends back when there was audio detected recently.
Please see if you can stream …
-
Development under Safari is currently not possible, a `[Warning] [blocked] The page at https://my-domain.local was not allowed to run insecure content from http://localhost:3000/webroot_src/main.ts.` …
-
Is it possible to use this crate to implement a secure websocket server that can be accessed via the `wss://` protocol?
This is not because I send sensible data over this websocket (only arrays of…
-
I keep getting Stackoverflow when running a WSS server, the overflow occurs when a user connects immediately. I had this issue for a very long time when using this library.
However, it's worth to not…