Exemplo n.º 1
0
 def startService(self):
     SimarglClient.startService(self)
Exemplo n.º 2
0
 def startService(self):
     SimarglClient.startService(self)
     LoopingCall(self.loop).start(10)
Exemplo n.º 3
0
    def startService(self):
        SimarglClient.startService(self)
        from twisted.internet import reactor

        reactor.connectTCP(self.host, int(self.port), self.factory)
Exemplo n.º 4
0
    def startService(self):
        SimarglClient.startService(self)
        from twisted.internet import reactor

        reactor.connectTCP(self.host, int(self.port), self.factory)