Skip to content

Ensure polling isn't cancelled

Eddie Wang requested to merge siad-loading-bug into master

Sia daemon is detected and finishes loading, but Sia-UI doesn't move on to the next screen. It seems that polling gets cancelled if siad isn't running, but is never started back up. Since we manage polling activity in the actual component lifecycle methods, removing that polling cancellation policy fixes this bug.

Merge request reports