excubo-ag / Blazor.Canvas

https://excubo-ag.github.io/Blazor.Canvas/
MIT License
220 stars 23 forks source link

Update Startup.cs #176

Closed fabsch225 closed 9 months ago

fabsch225 commented 9 months ago

Added a configuration to SignalR to allow larger messages. This way, the Server doesnt fail when trying get Large Image Data. I have not tested this in your Project yet, but used this to workaround succesfully.

stefanloerwald commented 9 months ago

Hi @fabsch225,

This doesn't seem to be a problem with this library, but rather a configuration that is app-specific. I think it would make more sense documenting this in some form, rather than modifying this in Startup.cs. If you feel that it's going to be relevant to many users, please consider writing this up.

Thanks Stefan