We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3f5cb commit ca4ea2cCopy full SHA for ca4ea2c
flask_uwsgi_websocket/__init__.py
@@ -40,10 +40,10 @@ def send_binary(self, msg):
40
return uwsgi.websocket_send_binary(msg)
41
42
def send_from_sharedarea(self, id, pos):
43
- return uwsgi.websocket_send_from_sharedarea(msg)
+ return uwsgi.websocket_send_from_sharedarea(id, pos)
44
45
def send_binary_from_sharedarea(self, id, pos):
46
- return uwsgi.websocket_send_binary_from_sharedarea(msg)
+ return uwsgi.websocket_send_binary_from_sharedarea(id, pos)
47
48
49
class WebSocketMiddleware(object):
0 commit comments