Renik shiroya
Results
1
issues of
Renik shiroya
Getting issue while try to connect socket ``` HubConnection hubConnection = HubConnectionBuilder().withUrl("${ServerURL}/chat?userId=$userId", options: HttpConnectionOptions(requestTimeout: 10000)).withAutomaticReconnect().build(); await hubConnection.start(); ```