-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
If I understand correctly, currently there's no way for the outside code to know when a candidate is discarded or re-enabled.
Creating and maintaining an IO resource (e.g. UdpSocket) is costly, especially when one has to create one per candidate pair, and there's no reason to keep it alive if the associated pair was rejected. It would be nice to have additional events like PairAdded, PairRejected to add/remove those when neccessary.
This feature seems to be relatively easy to add. I'll try adding it, but would appreciate any tips and help.
Metadata
Metadata
Assignees
Labels
No labels