mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-24 15:10:59 +00:00
SignalR's MapHub<T>() automatically enables WebSocket support, making explicit UseWebSockets() redundant. SignalR also supports fallback transports (Server-Sent Events, Long Polling) if WebSockets are unavailable. Updated documentation to reflect this and clarify that WebSockets are enabled automatically by MapHub().