sefidgaran/signalr_client

TimeoutException after 0:00:10.000000: Future not completed

renik8484 opened this issue · 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();