I am trying to send notifications through SignalR. It works perfectly.
But, does, anyone know what is the max size message we can send through SignalR.
Does it have any official limit as such.
Thanks
I am trying to send notifications through SignalR. It works perfectly.
But, does, anyone know what is the max size message we can send through SignalR.
Does it have any official limit as such.
Thanks
https://github.com/SignalR/SignalR/issues/1205
It's recommended to keep below 32K/message
it's 64kb. if you want to send more than that from client to server than use another tool.