Max limit of message in SignalR

我怕爱的太早我们不能终老 提交于 2019-12-07 06:38:52

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!