sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 112 forks source link

problem when add Authorize on .net 6 and add token on Client #39

Open IdrisQashan opened 1 year ago

IdrisQashan commented 1 year ago

(C# client works) and on flutter 'GeneralError (The underlying connection was closed before the hub handshake could complete.)' that happen when I add Authentication only

Sam-fr commented 11 months ago

Have you found a workaround?