-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: meln5674/coder-websocket
base: master
head repository: coder/websocket
compare: master
- 13 commits
- 24 files changed
- 7 contributors
Commits on Nov 7, 2024
-
Fix a typo in chat_test.go (coder#491)
Fix typo in chat_test.go Co-authored-by: Mathias Fredriksson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02080e9 - Browse repository at this point
Copy the full SHA 02080e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d67767c - Browse repository at this point
Copy the full SHA d67767cView commit details -
chore: bump the internal-deps group across 2 directories with 5 updat…
…es (coder#500) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1253b77 - Browse repository at this point
Copy the full SHA 1253b77View commit details
Commits on Dec 4, 2024
-
fix: avoid writing messages after close and improve handshake (coder#476
) Co-authored-by: Mathias Fredriksson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11bda98 - Browse repository at this point
Copy the full SHA 11bda98View commit details
Commits on Jan 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e183a9 - Browse repository at this point
Copy the full SHA 3e183a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 497ac50 - Browse repository at this point
Copy the full SHA 497ac50View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec630d - Browse repository at this point
Copy the full SHA aec630dView commit details
Commits on Jan 30, 2025
-
feat: add ping and pong received callbacks (coder#509)
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 coder#246
Configuration menu - View commit details
-
Copy full SHA for 703784f - Browse repository at this point
Copy the full SHA 703784fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1468a7 - Browse repository at this point
Copy the full SHA d1468a7View commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 64d7449 - Browse repository at this point
Copy the full SHA 64d7449View commit details -
build: update to Go 1.23 (coder#524)
* build: update to Go 1.23 * ci: update tools
Configuration menu - View commit details
-
Copy full SHA for 778d161 - Browse repository at this point
Copy the full SHA 778d161View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246891f - Browse repository at this point
Copy the full SHA 246891fView commit details
Commits on Mar 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for efb626b - Browse repository at this point
Copy the full SHA efb626bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master