Note if doing update on a remote machine while logged in using turbovnc.
After the update it requires a systemctl daemon-reload to reset the session, or you will not be able to reconnect.
I used
dnf update turbovnc -y; systemctl daemon-reload
That worked for 4 machines, but had one that didn''t restart session, and it required an ssh login and a systemctl reboot to get the machine working.
Think it was that machine had two server sessions of iperf running on two network cards.
But don't want anyone to loose access to remote or headless machines. My machines running Fedora 40 and using xfce, so can't be sure other setups would have similar problems or not.