NetCoreServer icon indicating copy to clipboard operation
NetCoreServer copied to clipboard

fix(UdpServer): Avoid debug assertion if disposing not started server

Open rmja opened this issue 5 months ago • 0 comments

There is currently the following assertion in Stop(): Debug.Assert(IsStarted, "UDP server is not started!");, however it should be valid to dispose the object without the server being started.

rmja avatar Feb 01 '24 14:02 rmja