socketpeer
socketpeer copied to clipboard
figure out how to not rely on WebSocket server after RTC upgrade
We actually don't presently rely on the server post-upgrade except for there's logic to repair the connection. We could refactor the code to only re-connect if we are a) relying on ws for messaging fallback (a la iPhone) or if the WebRTC connection breaks.
correct.
relevant commits: a1f2871b2 b2b226be