sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core

Home Page:https://pub.dev/packages/signalr_netcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeoutException after 0:00:10.000000: Future not completed

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