signalr_client
signalr_client copied to clipboard
Max buffer size
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
any updates on this ?