issues
search
elixir-webrtc
/
ex_webrtc
An Elixir implementation of the W3C WebRTC API
Apache License 2.0
363
stars
14
forks
source link
Update deps and examples
#168
Closed
mickel8
closed
2 months ago
mickel8
commented
2 months ago
This PR:
update deps in ex_webrtc and example apps
handles :EXIT message from PeerConnection - Bandit seems to trap exits so when our PeerConnection goes down, it won't bring PeerHandler process down. In most cases, PeerHandler is terminated anyway as WS closes on the other hand but...
fixed two obsoleted functions from JB
This PR: