jespertheend / splix

MIT License
21 stars 6 forks source link

WrappedWebSocket is not defined #109

Closed jespertheend closed 11 months ago

jespertheend commented 11 months ago

Workaround for now is to set simulated latency to 0 at https://splix.io/flags

abhishek-exists commented 11 months ago

This can be fixed by defining WrappedWebSocket using the var keyword which will resolve this issue.

image