Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Gregory Newman-SmithGregory Newman-SmithReporter
Ben BrooksBen BrooksStory Points
1Components
Sprint
NoneFix versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Gregory Newman-Smith
Gregory Newman-SmithReporter
Ben Brooks
Ben BrooksStory Points
1
Components
Sprint
None
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created December 6, 2022 at 6:54 PM
Updated February 15, 2023 at 2:20 PM
Resolved January 31, 2023 at 1:03 PM
The websocket implementation uses the old /x/net/websocket library, which is lacking features we'd like (such as automatic ping/pong and being able to do a close handshake).
Potential alternatives:
https://github.com/nhooyr/websocket
https://github.com/gorilla/websocket (more popular but semi-unmaintained and lacking some features like close handshakes)
Also evaluate effect on performance in the e2e/BLIP tests.