ya-mouse / openopc

OpenOPC for Python3.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: is the OPC client thread safe?

jamesbraza opened this issue · comments

import OpenOPC

opc: OpenOPC.client = OpenOPC.open_client("localhost")

Is the client thread safe for reads/writes? Or should I protect my client with a threading.Lock?