socketIO-client/experiments/t0.py
2013-02-11 08:32:22 -08:00

6 lines
108 B
Python

from socketIO_client import SocketIO
s = SocketIO('localhost', 8000)
del s
from time import sleep
sleep(3)