近期使用V**y在测试网速时发生如下报错:
An attempt was made to access a socket in a way forbidden by its access permissions. Cannot mix synchronous and asynchronous operation on process stream
参考https://blog.youkuaiyun.com/qq_38293372/article/details/136343325的如下解决方案解决,原因是端口占用:
在CMD中输入如下命令重置:
system32> netsh interface ipv4 reset
system32> netsh interface ipv6 reset
system32> netsh winsock reset
重启后解决