-
Notifications
You must be signed in to change notification settings - Fork 192
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
Connect to multiple servers.... #72
Comments
I am not sure what could be the reason, I need to replicate this configuration to verify the issue. |
Same problem. Found a solution? |
Hi Aimhighn, I have been struggling to get this going for a few weeks now. Are you able to assist with a branch to your V1 library? Thanks and best regards, |
|
Hi. Yes. I have already succeeded in porting the library from CMSIS-V2.0 to CMSIS-V1.0. Please wait while we create a fork from the modified code. |
Hello. Hope you're well.
I want to simultaneously write and read from one client board to several servers.
For example, here are two servers with
Server1: IP:192.168.1.101, Port:2000
Server2: IP:192.168.1.102, Port:2001
According to the picture, I considered a telegram for each of them.
In the case that both servers are ready to accept and communicate, there is no problem and data exchange is done, but when one server fails, the connection with the other server also fails.
How can I solve this problem?
In fact, I want to not waste time to query other servers in case of a server loss.
The text was updated successfully, but these errors were encountered: