Closed mickel8 closed 2 years ago
Hi, when you call add_listener there is a new process spawned
add_listener
https://github.com/processone/stun/blob/master/src/stun_listener.erl#L66-L67
But I can't see it to be linked to anything or spawned under some supervisor. When your stun_listener process dies, all processes spawned as a result of a call to add_listener will remain and ports they are using will remain open. Am I right?
stun_listener
Hi, when you call
add_listener
there is a new process spawnedhttps://github.com/processone/stun/blob/master/src/stun_listener.erl#L66-L67
But I can't see it to be linked to anything or spawned under some supervisor. When your
stun_listener
process dies, all processes spawned as a result of a call toadd_listener
will remain and ports they are using will remain open. Am I right?