feagi / brain-visualizer

0 stars 1 forks source link

[potential issue] network polling workers do not stop when genome is changed / reset event #37

Closed Amir-Rasteg closed 5 months ago

Amir-Rasteg commented 8 months ago

When a reset event is called (IE genome change), we should stop all networking polling workers because its most likely what they are polling for is no longer relevant

Amir-Rasteg commented 6 months ago

Noting this issue will be avoided with a migration to websocket events as per https://github.com/feagi/brain-visualizer/issues/26

Amir-Rasteg commented 5 months ago

This issue appears to be resolved