Esempio n. 1
0
 def connectionLost(self, reason):
     self.connection_lost_handler(reason)
     FBRconProtocol.connectionLost(self, reason)
Esempio n. 2
0
	def connectionLost(self, reason):
		self.postMessage("status", "connectionLost")
		FBRconProtocol.connectionLost(self, reason)