Use GET request to get pong
This commit is contained in:
parent
cbdf009d46
commit
eda747ec4e
3 changed files with 23 additions and 20 deletions
7
experiments/socketIO_client/__init__.py
Normal file
7
experiments/socketIO_client/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
class SocketIO(object):
|
||||
|
||||
def __init__(self, host, port):
|
||||
pass
|
||||
|
||||
def on(self, event, callback):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue