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

[core] Update the core lib to use the async/await approach #9

Closed alanmcgovern closed 5 years ago

alanmcgovern commented 5 years ago

Simplifies some things internally, but maintains API compat with previous releases.

nterry commented 5 years ago

Nice! Im loving the async stuff.