Checking for versions would be much more seamless with websockets. There are a few backend changes needed for this to be possible; - [ ] Update the version endpoint to accept websocket protocol - [ ] Update the rate-limiter middleware to count the number of concurrent websocket connections, instead of the rate of requests.
Checking for versions would be much more seamless with websockets. There are a few backend changes needed for this to be possible;