- Oct 13, 2023
-
-
Anmol Sethi authored
Closes #349
-
Anmol Sethi authored
-
- May 18, 2020
-
-
Anmol Sethi authored
NetConn has to close the connection to interrupt in progress reads and writes. However, it can block reads and writes that occur after the deadline instead of closing the connection. Closes #228
-
Anmol Sethi authored
This way we don't pollute the directory tree.
-
- Apr 14, 2020
-
-
Anmol Sethi authored
Updates #209
-
Anmol Sethi authored
-
- Feb 27, 2020
-
-
Anmol Sethi authored
Closes #199
-
- Feb 16, 2020
-
-
-
Anmol Sethi authored
-
- Feb 12, 2020
-
-
Anmol Sethi authored
-
- Feb 09, 2020
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #182
-
Anmol Sethi authored
-
- Nov 29, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Too many improvements and changes to list. Will include a detailed changelog for release.
-
Anmol Sethi authored
-
- Oct 11, 2019
-
-
Anmol Sethi authored
- For JS we ensure we indicate which size initiated the close first from our POV - For normal Go, concurrent closes block until the first one succeeds instead of returning early
-
- Oct 10, 2019
-
-
Anmol Sethi authored
-
- Oct 09, 2019
-
-
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.
-
- Sep 29, 2019
-
-
Anmol Sethi authored
Subprotocols didn't work with WASM at all before.
-
- Sep 27, 2019
-
-
Anmol Sethi authored
-
Oleg Kovalov authored
Closes #150
-
Anmol Sethi authored
- Also allows SetReadLimit to be called concurrently which is a nice touch
-
Anmol Sethi authored
Closes #153
-
- Sep 24, 2019
-
-
Anmol Sethi authored
-
- Sep 23, 2019
-
-
Anmol Sethi authored
Realized I can at least make the Reader/Writer/SetReadLimit methods work as expected even if they're not perfect.
-
- Sep 22, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Sep 21, 2019
-
-
Anmol Sethi authored
Closes #121
-