mikolalysenko / mudb

Low latency state replication for the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix issues in socket/web

hediyi opened this issue · comments

Current issues:

  • ws client only works in Node, should throw instead if WebSocket is not detected in the browser environment
  • close events are not passed to handlers
  • MuWebSocket does not clean up everything after itself