You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project seems abandoned, but you can do this if you don't need to support browsers (also, you can switch to https://pub.dev/packages/signalr_core which seems to be a non-abandoned fork):
final httpOptions =newHttpConnectionOptions(
client:IOClient(HttpClient()..connectionTimeout =Duration(seconds:5)),
);
final hubConnection = _hubConnection =HubConnectionBuilder()
.withUrl(url, httpOptions)
.withAutomaticReconnect()
.build();
When server is offline status , hubConnection.start() method need very long time for wait . about 90+ seconds, Can I set timeout param for a connect ?
The text was updated successfully, but these errors were encountered: