-
`shell.nix` (based off the branch that fixes #44 )
```
with (import (builtins.fetchGit {
name = "my-project";
url = https://github.com/nixos/nixpkgs/;
ref = "refs/heads/master";
…
-
Start with `python3 run.py`.
When open in my firefox with `http://pi4-home.local:8000/` I got this message in browser
```
Failed to open a WebSocket connection: invalid Connection header: keep-…
-
I am trying several clients and noticed with one of them I was able to send/receive data larger than 1MB while maxPayloadLength was set to 1MB. The client is https://github.com/machinezone/IXWebSocket…
-
I might be wrong, since I am just looking at the code:
https://github.com/SergejJurecko/mio_httpc/blob/master/src/api/websocket.rs#L465-L481
Seems when a control frame following a non-fin text / b…
-
-
Compare: [WebSocket Transport - Heartbeats](https://github.com/AMWA-TV/nmos-event-tally/blob/connection-lost/docs/5.2.%20Transport%20-%20Websocket.md#41-heartbeats)
With: [Writing WebSocket servers…
-
Hey guys. Week ago one of my bot shards entered a connection loop. On each attempt to start or resume session of shard, gateway closes its connection with close code 1011 without any close reason in i…
-
-
## Long story short
When running https://github.com/PyCQA/bandit on aiohttp @ 373f512d7d69296d48afddd93771abdec809eea6
```console
$ bandit -r . 2>&1 | grep Issue | sort | uniq
>> Issue: [B101:…
-
Hello, I'm trying to connect to ws server, but receive strage error: Http(200)
Connection code:
```
let req = Request {
url: url::Url::parse("wss://cupis.winline.ru/?client=site").unwrap(),
…