How to implement SignalR if there is more than one

2019-05-05 18:01发布

Is there support for a cluster of iis nodes when using SignalR? Or do I need some third party message bus?

标签: signalr
2条回答
你好瞎i
2楼-- · 2019-05-05 18:40

Not yet, but they are working on it.

It's planned for the 0.4 release.

When ready, more information will probably be published in the wiki: SignalR and Webfarms on the wiki

Edit2:

Azure, SQL-Server and Redis are implemented.

查看更多
相关推荐>>
3楼-- · 2019-05-05 18:53

We just implemented this addon in our application and so far it works flawlessly. It uses a RabbitMq instance to distribute the messages to other servers and is really easy to configure.

https://github.com/mdevilliers/SignalR.RabbitMq

We haven't tried this on a production server yet.

查看更多
登录 后发表回答