Commit Graph

11 Commits

Author SHA1 Message Date
Adam Shiervani ad118205ce chore: update .gitignore and enhance WebSocket connection handling (#35)
* Add .env.development to .gitignore
* Improve handling of existing WebSocket connections by waiting for closure before terminating
challenge-base
2025-04-09 17:10:45 +02:00
Adam Shiervani efce3ebe7b Fix/more logging (#34)
* A tiny bit clearer logging

* Enhance WebSocket close event logging to include closure code and reason
2025-04-09 17:00:44 +02:00
Adam Shiervani 710c4d73b4 A tiny bit clearer logging (#33) 2025-04-09 12:48:16 +02:00
Adam Shiervani dc5aed27e8 Add more logging (#32)
* Add more logging

* Refactor logging in WebRTC signaling to remove "WS" prefix for consistency
2025-04-09 11:33:27 +02:00
Adam Shiervani 27755874af feat: implement Tricke ICE WebRTC signaling with dedicated WebSocket (#31)
* feat: implement Tricke ICE WebRTC signaling with dedicated WebSocket handling

* Update src/webrtc.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-08 23:25:07 +02:00
Adam Shiervani d7aa9f99f5 refactor: improve WebSocket handling in CreateSession function (#30) 2025-04-03 19:29:11 +02:00
Adam Shiervani e9191d7972 Merge pull request #16 from jetkvm/fix/increase-timeout
Increase WebSocket response timeout from 5 to 15 seconds
2025-02-11 21:10:02 +01:00
Adam Shiervani 8e29026017 chore: increase WebSocket response timeout from 5 to 15 seconds 2025-02-11 20:08:46 +01:00
Siyuan Miao 722e70f599 feat: include device ip and ICE server list in device handshake payload 2025-02-11 16:08:43 +01:00
Siyuan Miao 954303afa5 feat: allow to override CORS origins using environment variable 2025-02-11 13:45:46 +01:00
thinkafterbefore ae4bc804c2 Release 202412292129 2024-12-29 21:29:59 +01:00