SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

Fix pause #1242

Closed rowleya closed 2 weeks ago

rowleya commented 2 weeks ago

Fix issues with pause. Sometimes I see failure to read the next message because pause messages do return a response but it wasn't being read. This makes pause request a full process, and then removes the need to do anything complex in the application_runner, except to wait for the end of simulation after sending the message.