Skip to content

QueueSink.get() returns None #85

Description

@MichaelBarz

If a sink: QueueSink is used to collect and sequentially process all incoming dataframes via sink.get() function, only None is returned. When using sink.queue.get() the dataframes are returned. This is probably, because sink.get() does not acquire the queues lock = it is not thread-safe. We should either make it thread-safe, or remove the get() function.

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions