MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / _sendBye

Method _sendBye

wsdiscovery/daemon.py:85–88  ·  view source on GitHub ↗
(self, service)

Source from the content-addressed store, hash-verified

83 multicast_num=self._multicast_num)
84
85 def _sendBye(self, service):
86 env = constructBye(service)
87 service.incrementMessageNumber()
88 self.sendMulticastMessage(env, multicast_num=self._multicast_num)

Callers 1

clearLocalServicesMethod · 0.80

Calls 3

constructByeFunction · 0.85
sendMulticastMessageMethod · 0.80

Tested by

no test coverage detected