signalr_client
signalr_client copied to clipboard
TimeoutException after 0:00:10.000000: Future not completed
Getting issue while try to connect socket
HubConnection hubConnection = HubConnectionBuilder().withUrl("${ServerURL}/chat?userId=$userId", options: HttpConnectionOptions(requestTimeout: 10000)).withAutomaticReconnect().build();
await hubConnection.start();
https://github.com/sefidgaran/signalr_client/issues/34#issuecomment-1566016443