Skip to content

failure to restart image stream #10

@touretzkyds

Description

@touretzkyds

Due to WiFi unreliability, it's not uncommon to momentarily lose the image stream. Once this happens, we never get it back. This is due to a bug in WSImageThread's run() method.

After doing

    self.ws.connect(self.uri)

we need to do

    self.start_stream()

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions