J. Nick Koston

Results 1831 comments of J. Nick Koston

Is this safe (no breaking changes) to tag for the next patch release?

Tested and working as expected with latest frontend bump

If the restart button fixes it, it might just be a firmware bug and we could add a watchdog like ```cpp // Add to ld2450.h: uint32_t last_data_received_ = 0; uint32_t...

Please continue at the feature request

We have the following high level requirements with creating the `SSLContext`s (probably a few more but these are the top ones): 1. We need to avoid all blocking I/O in...

@zocop your trace is completely different, please continue in a new issue

Whats happening here is the client requests the websocket be closed and there is still data in the buffer which can't be written because the client has already closed the...

@johntdyer Can you try this patch? ```diff diff --git a/aiohttp/web_ws.py b/aiohttp/web_ws.py index 4e57bca4..3ff46d9f 100644 --- a/aiohttp/web_ws.py +++ b/aiohttp/web_ws.py @@ -56,7 +56,6 @@ class WebSocketReady: class WebSocketResponse(StreamResponse): - _length_check = False...

In the container do this ```bash git clone https://github.com/aio-libs/aiohttp git checkout -t origin/3.9 apk add e2fsprogs npm clang autoconf automake libtool m4 gmp-dev mpfr-dev mpc1-dev gcc musl-dev openssl-dev libffi-dev ffmpeg-dev...