Live Update issues with 2.03.14 and UE5.6

Using UE 5.6.1-0+UE5 and FMOD 2.03.14

Windows 11

I am able to connect Live update to port 9264 no problem on a fresh boot of my PC.

I am often stopping and restarting the UE build. At some random point, Live Update stops connecting - sticks on either reconnecting or gives me a Socket Error warning.

At this point, whilst UE does come up, FMOD port doesn’t come up with either netstat -a -n -o | find “9264” on CMD or with powershell with Get-NetTCPConnection | Select-Object LocalAddress, LocalPort, RemoteAddress, RemotePort, State, @{Name=“ProcessName”;Expression={(Get-Process -Id $_.OwningProcess -ErrorAction SilentlyContinue).ProcessName}} | Format-Table -AutoSize

Closing and open FMOD doesn’t help, closing and opening UE doesn’t help and I am forced to reboot.

Then I’m in a world of cyclic reboot during the day.

I can find no error or warning in the log

Any ideas? Thanks.