Max limit of message in SignalR

2019-05-03 15:41发布

问题:

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

回答1:

https://github.com/SignalR/SignalR/issues/1205

It's recommended to keep below 32K/message



回答2:

it's 64kb. if you want to send more than that from client to server than use another tool.