- Nov 05, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Fix race with c.readerShouldLock
-
Anmol Sethi authored
-
- Nov 04, 2019
-
-
Anmol Sethi authored
Closes #168
-
- Nov 02, 2019
-
-
Anmol Sethi authored
CODEOWNERS is unnecessary.
-
- Oct 23, 2019
-
-
Anmol Sethi authored
Fix concurrent read with close
-
Anmol Sethi authored
Closes #164
-
- Oct 14, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Switch to coveralls.io from codecov.io
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
No need to test both client and server side.
-
Anmol Sethi authored
codecov's uploader keeps failing due to the API being unresponsive and the UI is cluttered compared to codecov.
-
- Oct 13, 2019
-
-
Anmol Sethi authored
-
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
-
Anmol Sethi authored
-
- Oct 10, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Oct 09, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
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.
-