sefidgaran / signalr_client

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

Max buffer size #47

Open felixkriechbaum opened 1 year ago

felixkriechbaum commented 1 year ago

Hello all,

I am working on a chat application and would like to send the images in base64, unfortunately the package does not support custom buffer size.

According to: https://learn.microsoft.com/en-us/aspnet/core/signalr/security?view=aspnetcore-7.0#buffer-management

You can change the buffer in SignalR but the Flutter client does not support it.

Would be nice to implement such a feature.

KR Felix

felixkriechbaum commented 1 year ago

any updates on this ?