SlimeVR / SlimeVR-Server

Server app for SlimeVR ecosystem
https://slimevr.dev
Apache License 2.0
609 stars 166 forks source link

WebSocket bridge ignores all JSON messages #1053

Closed rcelyte closed 2 weeks ago

rcelyte commented 3 weeks ago

In WebSocketVRBridge.onMessage() message is never actually parsed, instead attempting to process an empty JSON object: https://github.com/SlimeVR/SlimeVR-Server/blob/e64edb76dd417432d669b699380ee97ed37399e9/server/core/src/main/java/dev/slimevr/websocketapi/WebSocketVRBridge.kt#L118-L122

ImUrX commented 3 weeks ago

lmao

ImUrX commented 3 weeks ago

Broken since https://github.com/SlimeVR/SlimeVR-Server/pull/272