S7NetPlus / s7netplus

S7.NET+ -- A .NET library to connect to Siemens Step7 devices
MIT License
1.29k stars 577 forks source link

Is this library thread safe? #520

Closed LBCQ123 closed 7 months ago

LBCQ123 commented 7 months ago

Can multiple threads simultaneously operate on an PLC object?

LBCQ123 commented 7 months ago

It's safe.I found the queue lock in the source code