MCPcopy Create free account
hub / github.com/LabPy/lantz / session

Method session

lantz/drivers/legacy/rpc.py:774–778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

772 self.session()
773
774 def session(self):
775 call, host_port = self.sock.recvfrom(8192)
776 reply = self.handle(call)
777 if reply is not None:
778 self.sock.sendto(reply, host_port)

Callers 1

loopMethod · 0.95

Calls 1

handleMethod · 0.45

Tested by

no test coverage detected