MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / close

Method close

tests/integration/conftest.py:217–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 return False
216
217 def close(self) -> None:
218 try:
219 self.client.loop_stop()
220 self.client.disconnect()
221 except Exception:
222 pass
223
224 sub = _Subscriber()
225 yield sub

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected