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