sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 111 forks source link

TimeoutException after 0:00:10.000000: Future not completed #42

Open renik8484 opened 1 year ago

renik8484 commented 1 year ago

Getting issue while try to connect socket

 HubConnection hubConnection = HubConnectionBuilder().withUrl("${ServerURL}/chat?userId=$userId", options: HttpConnectionOptions(requestTimeout: 10000)).withAutomaticReconnect().build();
        await hubConnection.start();
PROGrand commented 1 year ago

https://github.com/sefidgaran/signalr_client/issues/34#issuecomment-1566016443