- Notifications
You must be signed in to change notification settings - Fork1k
Commit9bc727e
authored
chore: add support for one-way websockets to backend (#16853)
Closes#16775## Changes made- Added `OneWayWebSocket` function that establishes WebSocketconnections that don't allow client-to-server communication- Added tests for the new function- Updated API endpoints to make new WS-based endpoints, and markprevious SSE-based endpoints as deprecated- Updated existing SSE handlers to use the same core logic as the new WShandlers## Notes- Frontend changes handled via#168551 parentd3050a7 commit9bc727e
File tree
21 files changed
+1720
-190
lines changed- coderd
- apidoc
- httpapi
- docs/reference/api
- site
- src
- @types
- api
- modules
- notifications/NotificationsInbox
- resources
- templates
- pages/WorkspacePage
- utils
21 files changed
+1720
-190
lines changedSome generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 |
| - | |
| 1251 | + | |
| 1252 | + | |
1252 | 1253 |
| |
1253 | 1254 |
| |
1254 | 1255 |
| |
| |||
1280 | 1281 |
| |
1281 | 1282 |
| |
1282 | 1283 |
| |
1283 |
| - | |
| 1284 | + | |
| 1285 | + | |
1284 | 1286 |
| |
1285 | 1287 |
| |
1286 | 1288 |
| |
|
0 commit comments
Comments
(0)