Fix another test
This commit is contained in:
parent
34c56a3da3
commit
5146b2f0bc
2 changed files with 4 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ class SocketIONamespace(EngineIONamespace):
|
|||
self._io.disconnect(self.path)
|
||||
|
||||
def emit(self, event, *args, **kw):
|
||||
self._io.emit(event, *args, **kw)
|
||||
self._io.emit(event, path=self.path, *args, **kw)
|
||||
|
||||
def send(self, data='', callback=None):
|
||||
self._io.send(data, callback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue