jamiewest / signalr_core

ASP.NET Core SignalR Dart Client
https://pub.dev/packages/signalr_core
MIT License
90 stars 58 forks source link

WebSocket closed with status code: 1005 () #69

Open Ahmed-Elbossily opened 3 years ago

Ahmed-Elbossily commented 3 years ago

WebSocket closed with status code: 1005 ()

This error happens when I pick image from camera or gallery and the connection disconnected Please help me to fix this issue.

MohammadMobasher commented 2 years ago

any progress ? i have this issue too

Puena commented 2 years ago

Check the size of message to send, and MaximumReceiveMessageSize on server, default is 64 Kb. I think it could help :-)