You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it would be nice for a developer to have the complete information about this argument in python-socketio/flask-socketio libraries because generally don't search engineio repo/documentation in order to find the actual information about class arguments.
The text was updated successfully, but these errors were encountered:
From the documentation of flask-socketio and python-socketio, the
cookie
argument can set only the name of a cookie.python-socketio/socketio/server.py
Lines 72 to 74 in 314971c
However, in engineio docs it seems that we can set the cookie params (httponly, secure etc).
https://github.com/miguelgrinberg/python-engineio/blob/28fe975daf239a2612e59843f06c52a72cfea84b/engineio/server.py#L50-L57
I guess it would be nice for a developer to have the complete information about this argument in python-socketio/flask-socketio libraries because generally don't search engineio repo/documentation in order to find the actual information about class arguments.
The text was updated successfully, but these errors were encountered: