- Oct 09, 2019
-
-
Anmol Sethi authored
Much faster.
-
Anmol Sethi authored
-
Anmol Sethi authored
Should not fail now that I've adjusted the chunk size.
-
Anmol Sethi authored
Implement complete close handshake
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
I changed my mind after #103 as browsers include a wasClean event to indicate whether the connection was closed cleanly. From my tests, if a server using this library prior to this commit initiates the close handshake, wasClean will be false for the browser as the connection was closed before it could respond with a close frame. Thus, I believe it's necessary to fully implement the close handshake. @stephenyama You'll enjoy this.
-
- Oct 08, 2019
-
-
Anmol Sethi authored
-
- Oct 06, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Add websocket.CloseStatus
-
Anmol Sethi authored
-
- Oct 05, 2019
-
-
Anmol Sethi authored
Will make it much more convenient and less error prone to access the StatusCode of a *CloseError.
-
Anmol Sethi authored
Switch CI to Typescript
-
Anmol Sethi authored
Integrated into the appropriate existing steps.
-
- Oct 04, 2019
-
-
Anmol Sethi authored
Significantly faster locally since **everything** runs in parallel. Also much easier to maintain than bash.
-
- Sep 30, 2019
-
-
Anmol Sethi authored
Upload coverage.html from test.sh as an artifact
-
Anmol Sethi authored
-
- Sep 29, 2019
-
-
Anmol Sethi authored
Improve usage of math/rand versus crypto/rand
-
Anmol Sethi authored
math/rand was being used inappropiately and did not have a init function for every file it was used in.
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Fix WASM Subprotocol selection
-
Anmol Sethi authored
-
Anmol Sethi authored
Subprotocols didn't work with WASM at all before.
-
Anmol Sethi authored
-
- Sep 28, 2019
-
-
Anmol Sethi authored
Very annoying.
-
- Sep 27, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Should prevent the sporadic failures in CI.
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Oleg Kovalov authored
Closes #151
-
Oleg Kovalov authored
Closes #150
-
Anmol Sethi authored
Fix unaligned 64 bit atomic loads on 32 bit platforms
-
Anmol Sethi authored
- Also allows SetReadLimit to be called concurrently which is a nice touch
-
Anmol Sethi authored
Closes #153
-
- Sep 26, 2019
-
-
Oleg Kovalov authored
-
- Sep 25, 2019
-
-
Anmol Sethi authored
-