I'm working on a Blazor app (.net 8, server side, Visual Studio 2022) and I'm not seeing any WebSocket network activity at all when debugging and running locally in Chrome. The app works ok, it fetches and updates data in a local SQL server instance but there is nothing at all showing in the WebSocket activity screen in the chrome debugger. Are there any other steps I need to take to see the activity ?
↧