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

Fixed broken authorization in Server Sent Events (SSE) transport #33

Closed westwoodra2 closed 2 years ago

westwoodra2 commented 2 years ago

When using Server Sent Events (SSE) transport, the access token was not passed in the request to the server. This was causing "user is not authorised" error for subsequent calls to invoke(), etc.