Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ stop
Method
stop
opcua/client/client.py:74–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
_logger.debug(
"keepalive thread has stopped"
)
73
74
def
stop(self):
75
_logger.debug(
"stoping keepalive thread"
)
76
self._dostop = True
77
with
self._cond:
78
self._cond.notify_all()
79
80
81
class
Client(object):
Callers
1
close_session
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected