signalr_client icon indicating copy to clipboard operation
signalr_client copied to clipboard

TimeoutException after 0:00:10.000000: Future not completed

Open renik8484 opened this issue 2 years ago • 1 comments

Getting issue while try to connect socket

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

renik8484 avatar Nov 21 '22 16:11 renik8484

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

PROGrand avatar May 28 '23 08:05 PROGrand