When the simulation is finished and the frontend requests the last frame from access node.
The lastFrame indicates that there is no further data after this request.
But the lastFrame seems not working correctly. It only shows false.
The bug was only present in the spikedetector endpoint. Unfortunately the value of lastFrame wasn't set properly. This is now fixed in: 03c7bcb2fbe4daa559d4a74aa1707a239f572357
When the simulation is finished and the frontend requests the last frame from access node. The
lastFrame
indicates that there is no further data after this request. But thelastFrame
seems not working correctly. It only showsfalse
.