alanmcgovern / Mono.Nat

UPNP and NAT-PMP port forwarding for .NET
https://github.com/mono/Mono.Nat
MIT License
163 stars 156 forks source link

Simplify cancellation #32

Closed alanmcgovern closed 3 years ago

alanmcgovern commented 3 years ago

This allows us to do cancellation synchronously (in a threadsafe way), and so we can remove a fair chunk of complexity from this codepath.