清除 .NET 中的多播侦听器
我遇到一个问题,有时当我调用 UdpClient.JoinMulticastGroup (.NET 调用)时,我会收到“系统缺乏足够的缓冲区空间或因为队列已满”异常(详细信息此处)。
是否有一些 SDK 调用可以让它关闭所有孤立的多播侦听器?或者关闭给定地址/端口上的所有内容?
我想我知道原因 - 当我们的程序有一个在多播端口上侦听的工作线程在调试器中被杀死几次时,就会发生这种情况。如果我做得足够多,我就会得到这个。
我的问题是如何告诉它放弃已死应用程序的资源?我的应用程序是一个 .NET Word 插件。
谢谢-戴夫
I have a problem where sometimes when I call UdpClient.JoinMulticastGroup (.NET call), I get a "system lacked sufficient buffer space or because a queue was full" exception (details here).
Is there some SDK call where I can have it close all orphan multi-cast listeners? Or close all on a given address/port?
I think I know the cause - it occurs when our program which has a worker thread listening on the multicast port is killed a couple of times in the debugger. If I do that enough, I then get this.
My question is how can I tell it to drop resources for apps that are dead? My app is a .NET Word AddIn.
thanks - dave
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论