Andrey Antukh
cbc5811290
✨ Improve websockets impl
...
Make it more extensible and move all the websocket unrelated stuff
to the new hooks API. Also adds observability from repl.
2022-06-29 11:01:16 +02:00
Andrey Antukh
f60d8c6c96
♻️ Refactor websockets subsystem (on backend)
...
- Refactor msgbus subsystem, simplifying many parts.
- Enable persistent websocket connection for the all session duration.
2022-03-22 11:34:32 +01:00
Andrey Antukh
1b444a42f2
♻️ Refactor http server layer
...
Make it fully asynchronous.
2022-03-09 17:18:06 +01:00
Andrey Antukh
9e4a50fb15
♻️ Refactor backend to be more async friendly
2022-03-03 16:05:52 +01:00
Andrey Antukh
03a082fe40
🐛 Fix metrics on websocket connections
2022-03-01 14:19:26 +01:00
Andrey Antukh
7cf27ac86d
♻️ Refactor general resource and concurrency model on backend
2022-02-22 13:05:41 +01:00
Andrey Antukh
3fbb440436
✨ Handle EOF on websocket write/ping operations
2022-02-10 15:12:35 +01:00
Andrey Antukh
2fb96a1b7d
📎 Add debug to ws messages.
2022-01-12 10:55:47 +01:00
Andrey Antukh
79e5716f36
📎 Fix linter issues.
2021-12-30 19:43:05 +01:00
Andrey Antukh
d24d45f4cb
✨ Terminate connection if incoming message cant be parsed.
2021-12-30 16:28:08 +01:00
Andrey Antukh
bf55250ae9
:sparkles Minor changes on websockets error handling.
2021-12-30 16:25:50 +01:00
Andrey Antukh
2bd94aff0e
🐛 Fix wring metrics usage on websocket module.
2021-12-29 12:55:41 +01:00
Andrey Antukh
c394495a26
♻️ Refactor websocket layer.
...
This commit replaces rj9a with funcool/yetti ring adapter.
Cleans the websocket api and makes it fully asynchronous.
Also a common websocket protocol abstraction that will allow
more easy path for creating new websocket based services.
2021-12-29 09:52:32 +01:00