コード例 #1
0
ファイル: server.py プロジェクト: ssmall/groupweave-backend
 def stopFactory(self):
     print "Stopping Groupweave server"
     for client in self.clients:
         client.sendMessage("Server is shutting down!")
         client.transport.loseConnection()
     Factory.stopFactory(self)