-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
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
Pass parameter #22
Comments
Could you provide more information, code sample, documentation for supported SignalR clients demonstrating the desired result? |
Below is my code on Flutter:
Also I need to send a parameter like userId Im doing the same thing on Java and it works correctly
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to pass Parameter(Not a token but sth like an Id) with HubConnection before
_hubConnection.start()
Any help?!
The text was updated successfully, but these errors were encountered: