toggle test for socketIO
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
from socketIO_client import SocketIO, LoggingNamespace
|
||||||
|
|
||||||
|
socketIO = SocketIO('localhost', 3000)
|
||||||
|
|
||||||
|
socketIO.emit('toggle')
|
||||||
|
|
||||||
Reference in New Issue
Block a user