Himani
Results
2
issues of
Himani
Pipe function here: https://github.com/nhooyr/websocket/blob/master/internal/test/wstest/pipe.go#L17 is inside the internal package which means it can't be imported by other projects. However it should be external so that it can be imported by...
enhancement
Error: panic: unaligned 64-bit atomic operation on arm32-bit while establishing websocket connection
1
Hi, I have upgraded the library version to v1.8.8 and running it on my arm32 machine. While trying to establish a websocket connection it fails with this error : `...
bug