2013-05-17 38 views

回答

0

可能会有人有一天有用... 我已经想通了:

ping = SocketIO(host, port) 
ping.define(SIO) 
ping.message(PING) 
ping.wait(seconds=1) 
callResponceAnalyzer() 
ping.message(MESSAGE1) 
ping.wait(seconds=1)