sam-mosleh / signalr-async

SignalR asynchronous client for python
MIT License
10 stars 3 forks source link

invoke method #8

Open tomasgaray opened 3 weeks ago

tomasgaray commented 3 weeks ago

Hi there, could you please add the support to void invoke? Right now is waiting for a result, and the await for a result, but this block the ui sometimes image

sam-mosleh commented 2 weeks ago

Hey @tomasgaray If you don't want to wait for the results, call this method asynchronously.