Skip to content

Conversation

@wongkaiweng
Copy link

Hi, I found out a Runtime Error of Bad SOF is raised in the recv function but it is not caught in its caller run. Instead of raising the error, I changed the code to write to stdout and clear data instead. With this change, I was able to retrieve data again.

The other way to do it would be putting while self.is_connected and not self.shutdown: in the function run. We can then catch the error there and continue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant