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

How to Use Modbus TCP Socket Reuse #1374

Open
Fragile-boy opened this issue Sep 12, 2024 · 0 comments
Open

How to Use Modbus TCP Socket Reuse #1374

Fragile-boy opened this issue Sep 12, 2024 · 0 comments
Labels

Comments

@Fragile-boy
Copy link

Hello,

Could you please provide the correct steps to use Modbus TCP socket reuse? I have tried the following approaches:

  1. Connect the first connection, then enable Socket reuse. The second connection is only activated, but this results in errors.
  2. Connect the first connection, activate the second connection, and enable Socket reuse. However, errors still occur.

Additionally, I noticed locally that it always creates the same number of TCP processes as connections, rather than creating just one process as mentioned in issue #1312.
image

Thank you for your assistance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants