drowe67 / freedv-gui

GUI Application for FreeDV – open source digital voice for HF radio
https://freedv.org/
GNU Lesser General Public License v2.1
193 stars 49 forks source link

When tracking 'band', a change to 'frequ' is ignored until tracking is stopped and restarted. #703

Closed barjac closed 5 months ago

barjac commented 5 months ago

I was on 28.720 two others were on 28.330 when I had band selected. Clicking freq made no difference. I had to click 'track' twice to see only 28.720.

Screenshot_20240328_131146

tmiw commented 5 months ago

Thanks for finding this! Let me know how the fix in https://github.com/drowe67/freedv-gui/pull/704 goes. It seems that the user list does update in my testing, just not immediately (only when we receive an update for the users not matching the filter from the server, which typically happens within ~5 seconds with the more recent versions of FreeDV).

barjac commented 5 months ago

Yes, tested and seems just fine now - thanks! :)

tmiw commented 5 months ago

Yes, tested and seems just fine now - thanks! :)

Sounds good. I just merged the appropriate PR. 👍