This project is mirrored from https://github.com/nhooyr/websocket.
Pull mirroring updated .
- Jan 30, 2025
-
-
Iñigo Garcia Olaizola authored
This change adds two optional callbacks to both `DialOptions` and `AcceptOptions`. These callbacks are invoked synchronously when a ping or pong frame is received, allowing advanced users to log or inspect payloads for metrics or debugging. If the callback needs to perform more complex work or reuse the payload outside the callback, it is recommended to perform processing in a separate goroutine. The boolean return value of `OnPingReceived` is used to determine if the subsequent pong frame should be sent. If `false` is returned, the pong frame is not sent. Fixes #246
-
- Dec 04, 2024
-
-
Moritz authored
Co-authored-by:
Mathias Fredriksson <mafredri@gmail.com>
-
- Aug 15, 2024
-
-
Mathias Fredriksson authored
-
- Aug 09, 2024
-
-
Ammar Bandukwala authored
This will create easily solved breakage on updates but I figure it's best to pull the band aid off as early as possible
-
- Apr 07, 2024
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Apr 05, 2024
-
-
Anmol Sethi authored
Far simpler now. Sorry this took a while. Closes #427 Closes #429 Closes #434 Closes #436 Closes #437
-
- Oct 19, 2023
-
-
Anmol Sethi authored
Closes #330
-
Anmol Sethi authored
Glad no one ran into this in production.
-
Anmol Sethi authored
Closes #355
-
univerio authored
Updates #298
-
Anmol Sethi authored
Closes #395 Confirmed library works correctly with a working forward proxy.
-
Anmol Sethi authored
For #395 Somehow currently reproduces #391... Debugging still.
-
- Oct 14, 2023
-
-
Anmol Sethi authored
Closes #384
-
- Oct 13, 2023
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #341
-
Anmol Sethi authored
Closes #297
-
photostorm authored
-
Anmol Sethi authored
The library we're currently using for protobufs is deprecated. Doesn't belong in the library core anyway. Closes #311 Updates #297
-
- Oct 10, 2023
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Also ran gofmt on everything. Thanks again @paralin. #334 Co-authored-by:
Christian Stewart <christian@paral.in>
-
- Feb 25, 2023
-
-
Teddy Okello authored
-
- Jan 09, 2021
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- May 18, 2020
-
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #220 and #230
-
- May 10, 2020
-
-
Anmol Sethi authored
Closes #166
-
- Apr 15, 2020
-
-
Anmol Sethi authored
It's more clear than * as an origin pattern.
-
- Apr 14, 2020
-
-
Anmol Sethi authored
Closes #223
-
Anmol Sethi authored
-
Anmol Sethi authored
Updates #209
-
Anmol Sethi authored
-
- Mar 22, 2020
-
-
Anmol Sethi authored
-
- Feb 27, 2020
-
-
Anmol Sethi authored
Closes #199
-
- Feb 26, 2020
-
-
Anmol Sethi authored
-
- Feb 18, 2020
-
-
Anmol Sethi authored
Much simpler config. Github Actions just isn't there yet.
-
- Feb 17, 2020
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
https://github.com/nhooyr/websocket/runs/449477040 seems to have timed out.
-