kapetan / dns

A DNS library written in C#
MIT License
415 stars 126 forks source link

Question about a Exception #96

Closed TheMasterofBlubb closed 1 year ago

TheMasterofBlubb commented 1 year ago

https://github.com/kapetan/dns/blob/d8f973cb31040b4c1b013defab437a53eab95995/DNS/Client/RequestResolver/UdpRequestResolver.cs#L38

Does this line have any special meaning?

Im trrying to create a multithread server and this got thrown due to the server replying on a different port

TheMasterofBlubb commented 1 year ago

Found a workaroundd to not trigger that exception, closing ticket