fix turbopack HMR, fix disconnect detection (#55361)
### What?
Fix reload in turbopack on every change
Fix loosing of events due to debouncing
Fix writing of CSS files for CSS HMR
### Why?
Since we removed the pong event, the websocket impl would cause reconnects every 5 seconds loosing HMR events...
### How?
Closes WEB-1555