soernt / signalr_client

A Flutter SignalR Client for ASP.NET Core
MIT License
129 stars 202 forks source link

Error when trying to invoke async server method #22

Open mariogorki94 opened 5 years ago

mariogorki94 commented 5 years ago

I connect to the server without problem and I can invoke without problem synchronous methods. But when I try to invoke an asynchronous method I get an error . With the JavaScript client I don't have problem only with the flutter client.There is another problem I found that on the builder when creating the connection there is missing the reconnect property. Despite that great library I appreciate it.