We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried using version 1.39 and 1.4.0. getting this error previously it was working initializeSignalR() async { try {
final httpConnectionOptions = HttpConnectionOptions( accessTokenFactory: () => Future.value( 'eyJ0eXAiOiJKV1QiLCJhbGciO3MiOiJQZXJtQXNzaXN0IiwiYXVkIjoiUGVybUFzc2lzdEFwcGxpY2F0aW9ucyJ9.oA6XrGUAaPmV4xsa3rnmKFJgFiZlNcAR4E_V8-e3BmE'), logMessageContent: true, skipNegotiation: true, transport: HttpTransportType.WebSockets); // skipNegotiation: false throws 401, final hubConnection = HubConnectionBuilder() .withUrl( 'https://notification/delivery?uniqueId=1240727', options: httpConnectionOptions) .build(); await hubConnection.start(); hubConnection.on( 'SendDocumentNotificationToGroup', handleReceivedMessage); log('SignalR connection started.'); } catch (e) { log('Error starting SignalR connection: $e'); }
}
this there any solution for this?
The text was updated successfully, but these errors were encountered:
Are you using Flutter web, android or ios?
Sorry, something went wrong.
I am having the same issue, only using a cookie in the header. Platform: Android, using v1.4.0, but previous version seem to have the same problem ..
No branches or pull requests
I tried using version 1.39 and 1.4.0. getting this error previously it was working
initializeSignalR() async {
try {
}
this there any solution for this?
The text was updated successfully, but these errors were encountered: