Kyle Hayes
Kyle Hayes
Please reopen once @ptsOSL's fix is out and it does not solve the problem.
Interesting. Thanks for the report. The third thread appears to be the thread for the PLC connection. It should have been set to terminate, but it looks like the timing/coordination...
I am just getting back to you, sorry for the delay! I am not sure why adding an additional flag would make this work. The existing `session->terminating` flag should be...
I found some places in the main API where the tag was not getting released and I think that contributed to this as the destructor for the session object was...
Hmm, it should be I think. Let me check the code... ```c tag->allow_packing = attr_get_int(attribs, "allow_packing", 0); ``` Looks like it is defaulting to not allow packing. I must have...
This is related to issue #454 and the outstanding PR by @ptsOSL. I hope to land more Omron support in the next week or so. Please reopen if that does...
By default, a process on Linux can have 1024 open file handles. I assume that *BSD is not that much different. Every open socket, pipe and file takes one of...
MacOS has a limit of 256. I just checked. That could be the cause of the limit.
Is this something where the field enumeration in #383 would help? Note for the last part, is this not the same as getting the address of the field in the...
Wow! Thanks. I am currently on vacation but I will look at this when I get back. On Sat, Jun 29, 2024, 6:40 PM Kirtai ***@***.***> wrote: > I managed...