TargetProcess / signalr-client-py

python client proxy for signalr
Other
63 stars 58 forks source link

support query string in connection #15

Closed galoz closed 8 years ago

galoz commented 8 years ago

I needed to send additional query string as parameters to my web hub (for authentication) so i added qs (that is how the parameter is called in the js API) to each connection (in js the qs is for hub) Very simple stright forword change Thanks Gal

galoz commented 8 years ago

Also fix Gevent ssl issue see http://stackoverflow.com/questions/20580252/python-requests-module-throws-exception-with-gevent and https://github.com/kennethreitz/requests/issues/2455

u-abramchuk commented 8 years ago

Hi galoz,

thank you for your contribution!

u-abramchuk commented 8 years ago

LGTM