python-signalr-client icon indicating copy to clipboard operation
python-signalr-client copied to clipboard

SignalR client for python based on asyncio.

Results 8 python-signalr-client issues
Sort by recently updated
recently updated
newest added

I'm trying to run the sample code from bittrex, which uses your library: https://bittrex.github.io/api/v3#topic-Example-Socket-Clients But I get this error: TypeError: As of 3.10, the *loop* parameter was removed from Queue()...

Hi I want to send token as query string to authenticate? How Do I do???

Hi! As far as I understand this does NOT support SignalR Core. Could anyone confirm it?

My connection sometime stops receiving messages and would be nice to be able to raise an exception when there hasn't been a message so that you can do something about...

pip install signalr-client-aio Collecting signalr-client-aio Using cached https://files.pythonhosted.org/packages/83/90/82d1e2feffb173ad9d9c9e25f395eabec11c3426b5cb134a689227222d5d/signalr_client_aio-0.0.1.6.2-py2.py3-none-any.whl Requirement already satisfied: requests>=2.18.4 in c:\users\terminal-3\anaconda3\lib\site-packages (from signalr-client-aio) (2.21.0) Collecting websockets>=4.0.1 (from signalr-client-aio) Using cached https://files.pythonhosted.org/packages/9c/60/f96f535f3354cb6ba5e5c7ab128b1c4802a2d040ee7225e3fe51242816c1/websockets-8.0.2-cp37-cp37m-win_amd64.whl Requirement already satisfied: certifi>=2017.4.17 in c:\users\terminal-3\anaconda3\lib\site-packages...

I am trying your library with python 3.6.5 However, when I try to connect to my vendor signalr endpoint, I got the following error: File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/signalr_aio/_connection.py", line 36, in start...

I just want to invoke an event on server and then receive some message, like the local method call. e.g. msg = hub.server.invoke('SubscribeToExchangeDeltas', 'BTC-ETH') Thanks,

My websocket connection towards the signalr endpoint seems to drop every now and then, is there any way to capture this exception and reconnect? My lack of Python-fu is sever....