0.21.0-beta.1 #104
dmotz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This beta release introduces a new, homegrown way of handling
RTCPeerConnection
instances behind the scenes. Trystero previously used simple-peer which is mostly unmaintained and showing its age. The new peer management code uses modern techniques, makes the build significantly lighter, and allows more flexibility for the project, like getting Trystero working in Node (see the newrtcPolyfill
option for details).If you use Trystero in your projects, please test this new beta version and report any issues you find. If you encounter a problem, be sure to confirm the issue does not occur on the latest stable version (0.20.1) under the same network conditions (e.g. peer A on network 1 <-> peer B on network 2).
This discussion was created from the release 0.21.0-beta.1.
Beta Was this translation helpful? Give feedback.
All reactions