Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(replay): handle ReplayManager#seek before streams get registered
Streams get registered on deployment start. #seek will usually be called within the setup step (that is, before any deployment actually start) When this happens, save the seek argument and process it after the first stream gets added
- Loading branch information