nightscout / cgm-remote-monitor

nightscout web monitor
GNU Affero General Public License v3.0
2.36k stars 71.43k forks source link

restore compat with socket.io v2 client #8126

Closed thecubic closed 7 months ago

thecubic commented 9 months ago

socket.io v4 won't talk to a socket.io v2 client unless you enable a compatibility flag

https://socket.io/docs/v4/server-options/#alloweio3

tested directly in prod, version screenshot

image
bewest commented 7 months ago

This was merged into 15.0.2 release. Thank you!