AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

connect with parameters #23

Closed ucar-sinan closed 3 years ago

ucar-sinan commented 3 years ago

I need to send id as a property of a model with connect() function. How can i send parameters on connection?

ucar-sinan commented 3 years ago

I update my server side code and use headers.

AyonAB commented 3 years ago

Yes, You can use headers or query string to send parameters when initialising the connection.