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
In my actual project a i need to send auth header in client to server, but de in client no has this option.
i created a workaround for this... i overrided _handle_eio_connect in socketio/client.py and add data manually on send func line 624 ex. self._send_packet(packet.Packet(packet.CONNECT, namespace=n, data={....}))
but is great functionality of socket io, and i suggest create official way to send...
The text was updated successfully, but these errors were encountered:
Hi.
In my actual project a i need to send auth header in client to server, but de in client no has this option.
i created a workaround for this... i overrided
_handle_eio_connect
insocketio/client.py
and add data manually on send func line624
ex.self._send_packet(packet.Packet(packet.CONNECT, namespace=n, data={....}))
but is great functionality of socket io, and i suggest create official way to send...
The text was updated successfully, but these errors were encountered: