Skip to content

Commit 8482136

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md
1 parent d7debe5 commit 8482136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SignalR in a Backoffice Load Balanced Environment
2-
When load balancing the backoffice, we also need to take care of the client to server communication outside of web requests.
2+
When load balancing the backoffice, we also need to take care of the client-to-server communication outside of web requests.
33
Umbraco uses SignalR to abstract away these types of communication. This also allows us to support load balancing by replacing how the communication is done by introducing a backplane.
44

55
## Introducing a SignalR Backplane

0 commit comments

Comments
 (0)