-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
[SDK][ERROR] [WinError 10053] 你的主机中的软件中止了一个已建立的连接。 #86
Comments
@Zscqy17 |
Hi @vimior, is there a way to increase this limit? |
@alonks1234 |
One reason is that we have many processes, and we find that with studio + our code we end being close to the limit. |
|
Yes we are using a pattern of having 1 master connection and several others that do not set any modes or change any robot states We are using multiprocessed code, so it is impossible to share a single connection easily across multiple processes. Assuming that same number of calls to the xarm are made either way, is there a down side to having multiple connections open? Eg, connection A makes 100 calls and connection B makes 100 calls versus having A make 200 calls? |
@alonks1234 |
When I use the SDK to control Xarm 7, at first it work well, but after executing several movements, it show those error:
[SDK][ERROR][2023-06-20 16:31:06][base.py:293] - - [main-socket] recv error: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
[SDK][ERROR][2023-06-20 16:31:06][base.py:293] - - [main-socket] recv error: [WinError 10053] 你的主机中的软件中止了一个已建立的连接。
[SDK][ERROR][2023-06-20 16:31:07][base.py:169] - - [report-socket] socket read failed, len=0
[SDK][ERROR][2023-06-20 16:31:07][base.py:169] - - [report-socket] socket read failed, len=0
[SDK][ERROR][2023-06-20 16:31:08][decorator.py:39] - - xArm is not connected
[SDK][ERROR][2023-06-20 16:31:08][decorator.py:39] - - xArm is not connected
[SDK][ERROR][2023-06-20 16:31:08][decorator.py:39] - - xArm is not connected
[SDK][ERROR][2023-06-20 16:31:19][decorator.py:39] - - xArm is not connected
[SDK][ERROR][2023-06-20 16:31:19][decorator.py:39] - - xArm is not connected
[SDK][ERROR][2023-06-20 16:31:19][base.py:366] - - failed to get version
[SDK][ERROR][2023-06-20 16:31:19][decorator.py:39] - - xArm is not connected
[SDK][ERROR][2023-06-20 16:31:19][base.py:366] - - failed to get version
Can you please help or give me some advice to fix that problem?
The text was updated successfully, but these errors were encountered: