关于[Logging SignalR Traffic in Server-Side Blazor]的摘要:
Server-Side Blazor is indeed magical due to a hidden communications system keeping a persistent connection between the browser and the server: SignalR. SignalR establishes a circuit for every client and keeps a server-side model of the DOM in memory. The app sends messages when interactions happen i...
原文地址: http://www.appvnext.com/blog/2019/12/21/logging-signalr-traffic-in-server-side-blazor