Exemple #1
0
 def stop(self):
     loop_exit()
Exemple #2
0
 def clientConnectionFailed(self, connector, reason):
     self.serror(None, connector, reason)
     loop_exit()
Exemple #3
0
 def clientConnectionLost(self, connector, reason):
     if self.closing:
         self.sdebug(None, connector, reason)
     else:
         self.serror(None, connector, reason)
     loop_exit()
Exemple #4
0
	def stop(self):
		loop_exit()
Exemple #5
0
	def clientConnectionFailed(self, connector, reason):
		self.serror(None, connector, reason)
		loop_exit()
Exemple #6
0
	def clientConnectionLost(self, connector, reason):
		if self.closing:
			self.sdebug(None, connector, reason)
		else:
			self.serror(None, connector, reason)
		loop_exit()