Skip to content
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

Concurrent connections fail #2

Closed
sandeen opened this issue Nov 29, 2015 · 2 comments
Closed

Concurrent connections fail #2

sandeen opened this issue Nov 29, 2015 · 2 comments

Comments

@sandeen
Copy link

sandeen commented Nov 29, 2015

I've noticed that if I have 2 clients with overlapping connections, one will fail. Is it possible to queue requests and service them all in turn?

@sandeen
Copy link
Author

sandeen commented Nov 29, 2015

Hm, I should have read the manual, I see -C etc ... let me look into this a little.
I definitely do see failures on multiple connections:
$ ./tt-status -i 10.0.0.122 & ./tt-status -i 10.0.0.122
[2] 9476
Status:
Standby
Error: Modbus read of 1 byte at addr 0 failed
Error: Modbus read of 9 bytes at addr 0x300 failed

@sandeen
Copy link
Author

sandeen commented Nov 29, 2015

Hohum, restarted mbusd and now it's ok. Sorry, if I run into it again I'll do a better job with debugging and try to see what's going on.

@sandeen sandeen closed this as completed Nov 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant