elixir-sippet icon indicating copy to clipboard operation
elixir-sippet copied to clipboard

Remove static genserver name from UDP transport

Open xadhoom opened this issue 3 years ago • 0 comments

Transports are reached via Registry, so there's no need to use a static GenServer name, which in addition forces only one transport listener for erlang app. Removing it allows to listen on different ports and start different Cores.

xadhoom avatar Sep 05 '22 14:09 xadhoom