S7NetPlus / s7netplus

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

Is this library thread safe? #520

Closed LBCQ123 closed 10 months ago

LBCQ123 commented 10 months ago

Can multiple threads simultaneously operate on an PLC object?

LBCQ123 commented 10 months ago

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