Windows套接字通知接收器 [英] Windows socket notification sink

查看:221
本文介绍了Windows套接字通知接收器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是Windows套接字通知接收器?我目前使用MFC套接字,我认为我做了一些错误,因为我得到这个消息在Windows关机。这可能会导致什么?

What is the windows socket notification sink for? I am currently working with MFC socket and I think I have done something wrong since I get this message at windows shutdown. What could cause this?

谢谢。

编辑:
我目前使用应用程序需要通过套接字进行通信。当我关闭我的电脑时,我得到一个进度条的消息框,名为windows套接字通知接收器。

I am currently working with an application that needs to communicate via sockets. When I shutdown my computer I get a message box with a progress bar with the name of "windows socket notification sink". That's the much I can say about it.

推荐答案

您创建的端点未正确关闭。 Windows Socket通知接收器在关闭时仍然在运行,因为它认为它仍然需要管理一个端点。

An endpoint that you created was not properly closed. The Windows Socket Notification Sink is still running at shutdown because it believes it still needs to manage an endpoint.

确保你正确处置所有的套接字类实例创建,以便Windows清理,并知道他们不再需要管理。您使用哪个套接字类别?

Be sure you are properly disposing of all instances of socket classes that you create so that Windows cleans up and knows they no longer need to be managed. Which socket class are you using?

这篇关于Windows套接字通知接收器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆