コード例 #1
0
 def connection_made(self, transport):
     OTPProtocol.connection_made(self, transport)
     self.service.on_upstream_connect()
コード例 #2
0
 def connection_made(self, transport):
     OTPProtocol.connection_made(self, transport)
コード例 #3
0
ファイル: clientprotocol.py プロジェクト: alexanderr/OpenOTP
 def connection_made(self, transport):
     OTPProtocol.connection_made(self, transport)
     self.subscribe_channel(CLIENTS_CHANNEL)