saltyrtc / saltyrtc-client-js

SaltyRTC JavaScript implementation.
MIT License
29 stars 6 forks source link

Prevent client reuse #123

Closed dbrgn closed 2 years ago

dbrgn commented 4 years ago

Reusing client instances is not supported and probably will never be supported. Instead, a new client instance should be created for every connection attempt.

Fixes #119.