问题
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.
来源:https://stackoverflow.com/questions/18012863/max-limit-of-message-in-signalr