jchristn / SimpleUdp

SimpleUdp is a super simple way of building UDP clients and servers in C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to stop the UdpEndpoint

sam8890 opened this issue · comments

How to stop the UdpEndpoint

ping

Gentlemen @sam8890 and @bhermer I don't know why I haven't been getting notifications on this. At any rate I added a Stop API along with events for both starting and stopping the local listener.

NuGet v1.1.0: https://www.nuget.org/packages/SimpleUdp/1.1.0
Commit: 3d7e965

Sorry again for the delay (not my fault, I promise!) and re-open if any issues.