We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import socket import time cli = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) cli.connect(('127.0.0.1', 6001)) time.sleep(1) cli.send(b'add: {"server_port":7001, "password":"asdfadsfasdf"}') # ping 也一样 time.sleep(1) data, addr = cli.recvfrom(1506) print(data, addr)
运行上面的脚本,会一超阻塞,无法返回任何数据。
shadowsocksr 运行一段时间后莫名其妙就不行了,只能重启解决。 感觉是程序哪儿有问题,或者是因为内存泄露?
有谁遇到过类似的问题?
The text was updated successfully, but these errors were encountered:
我最近也是这样的 同求解
Sorry, something went wrong.
希望更多人看到这个问题
SSR都被搞死了,有人理吗
dgram是udp协议,看起来客户端没毛病。可能是服务端原因
被GFW屏蔽了,需要换IP了
No branches or pull requests
运行上面的脚本,会一超阻塞,无法返回任何数据。
shadowsocksr 运行一段时间后莫名其妙就不行了,只能重启解决。 感觉是程序哪儿有问题,或者是因为内存泄露?
有谁遇到过类似的问题?
The text was updated successfully, but these errors were encountered: