You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm getting too many open files error when reading from RTUClient handler.
It happens when program is running for quite a long time.
Example code below, please note that RTUClientHandler is created only once and exists for whole lifetime of my program.
As you can see below, connection is closed (by defer) after each reading attempt. I'm not doing any concurrent readings.
Hi, I'm getting
too many open files
error when reading from RTUClient handler.It happens when program is running for quite a long time.
Example code below, please note that
RTUClientHandler
is created only once and exists for whole lifetime of my program.As you can see below, connection is closed (by defer) after each reading attempt. I'm not doing any concurrent readings.
I think it's a bug, if it's not and it can be avoided please advise.
The text was updated successfully, but these errors were encountered: