2013-05-17 40 views

回答

0

可能會有人有一天有用... 我已經想通了:

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