Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "stream register ignores from_start flag"

guijar_m requested to merge 287-stream-register-ignores-from_start-flag into main

Description

Add support of from_start for streams in register + a new test

In addition, make poll_messages(timeout=None) more useful by trying to process multiple messages if they are pending in queue. If a timeout is given, it will process messages up to timeout seconds, not stopping at the first message like before.

Closes #287 (closed)

Merge request reports