I am unable to look at websockets in the network-tab in dev tools. The data is there, but if I select a websocket, it automatically selects the next item in the list of connections if the socket receives any data.The only way to actually look at the websocket is if it is the last item in the network connection list.
My problem is that the app I am debugging has several connections to the same URL, so I am unable to filter them out.
Does anyone know why this is happening or if there is any workaround?