rtc-io / rtc-switchboard

Node server side in memory signaller for rtc.io components
http://www.rtc.io/modules.html
57 stars 36 forks source link

New Switchboard Dropping Connections? #19

Closed DamonOehlman closed 9 years ago

DamonOehlman commented 9 years ago

While I'm not 100% sure it seems that the 1.x version of the switchboard is dropping connections as the following test was failing in quickconnect fairly regularly when using the latest version, but was stable under 0.10.x:

https://github.com/rtc-io/rtc-quickconnect/blob/master/test/multiparty-reactive.js

Need to dig in a bit further...

DamonOehlman commented 9 years ago

The release of the 3.x switchboard greatly improves handling of connections. Using the rtc-signaller@6 (or above) is recommended, however.