Skip to content

Consider raising errors for all messages with error bit set #56

Description

@bruno-f-cruz

The current Device class only raises errors if raise_on_error is set to true and the errors are "seen" during synchronous read/write operations. This leaves out anything that is either an Event, or unpaired Reads (e.g.: read dump). We should consider making this behavior uniform and instead raise before dispatching the messages to their own thread.

I should note, this is currently the behavior we have in the Bonsai client, where EVERY message can raise the error.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions