Catch spot dupes if they come in very quickly
authorDirk Koopman <djk@tobit.co.uk>
Wed, 27 Mar 2024 15:14:08 +0000 (15:14 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 27 Mar 2024 15:14:08 +0000 (15:14 +0000)
commitd1bb2509404e68cb69d075329312818d1c47ad13
tree59a04c0ef57e18f0a11ebd93a19fdd7bf6fe9cd7
parent54939e890b7452f179003e54ecfc273bebe33390
Catch spot dupes if they come in very quickly

Basically (apparently) there was a hole in the PC[16]1 handling where
it would accept a duplicate spot if it (physically) came in the same
second.

I'm not completely convinced that this is root of the problem but I can't
see a reason to have the code that was there in DXProt::handle_11.
Changes
perl/Filter.pm
perl/Spot.pm