I'm using RedisMessageBus as a backplane. From this article https://www.asp.net/signalr/overview/performance/scaleout-in-signalr I know, that the server delivers messages to clients from its local cache.
But what will happen if the server was offline and missed some messages from the message bus?