Khayyam
Results
1
issues of
Khayyam
signalr_core: ^1.1.2 http: ^1.2.0 logging: ^1.2.0 final hubConnection = HubConnectionBuilder() .withAutomaticReconnect() .withUrl( "https://xyz......./chatHub", HttpConnectionOptions( client: IOClient( HttpClient()..badCertificateCallback = (x, y, z) => true), accessTokenFactory: () async => 'my_token', logging: (level,...