Feeder is not sending lines when requested by the table
Closed this issue · 4 comments
texx00 commented
The feeder class is checking if the drawing device is asking for lost lines but for some reason is not able to send them back correctly
texx00 commented
With this commit the "resend" request is fulfilled correctly. Still there are some performance issues with very intricate geometries/lot of close points
texx00 commented
Should check the lenght of the buffer before releasing the lock here?
Line 223 in 6067ce7