trunk-player icon indicating copy to clipboard operation
trunk-player copied to clipboard

Socket "reload" causes scan interuption

Open kcwebby opened this issue 8 years ago • 2 comments

When listening to a busy scan list, its observed that upon a "query" of the socket data, an already playing transmission would be interrupted if the volume of new transmissions is high enough that the playing transmission would be moved of pg1.

kcwebby avatar Apr 16 '17 16:04 kcwebby

Good point. As the query is for the newest 50 transmissions if you are more than 50 behind you will end up at the 50th one.
The prepossessed fix in #23 to make the query append the data to the page would solve this.

dreinhold avatar Apr 16 '17 22:04 dreinhold

@kcwebby has this issue been fixed?

MaxwellDPS avatar Oct 08 '21 23:10 MaxwellDPS