Changes to fix an issue I was having with getting image information reliably using the udp reader. Image data chunks where not all being received with the same timestamp so many images did not raise a 'PICT' event. I changed it to use a flag instead. This has improved the behavior and PICT events are reliably raised now when reading from the web socket.
Changes to fix an issue I was having with getting image information reliably using the udp reader. Image data chunks where not all being received with the same timestamp so many images did not raise a 'PICT' event. I changed it to use a flag instead. This has improved the behavior and PICT events are reliably raised now when reading from the web socket.