esl / MongooseICE

STUN/TURN server written in Elixir
https://www.erlang-solutions.com/products/mongooseim.html
Other
118 stars 15 forks source link

Can't start multiple UDP servers because of supervisor's children IDs conflict #35

Closed arkgil closed 7 years ago

arkgil commented 7 years ago

When I try to start Fennec.UDP two times, I get an error that there is conflicting ID in top supervisor's children list. We assign different names to the servers, but we don't do that with children IDs, so supervisor rejects the second child.

erszcz commented 7 years ago

Solved by #36.