objective-see / DNSMonitor

A DNS Monitor, leveraging Apple's NEDNSProxyProvider/Network Extension Framework
GNU General Public License v3.0
167 stars 20 forks source link

socket leak #3

Open huangy7 opened 1 year ago

huangy7 commented 1 year ago

If the dns server does not respond, the udp nw connection will be leaked. I do not know where to release the connection, because nw_connection_receive has not been called back. nw_connection_set_state_changed_handler also has no error callback

JunSilckTar commented 4 months ago

too!!!! pls solve it