[GH-ISSUE #9] Add rewind feature #3

Closed
opened 2026-06-06 22:10:32 -04:00 by yindo · 1 comment
Owner

Originally created by @Arkweid on GitHub (Dec 7, 2022).
Original GitHub issue: https://github.com/vxcontrol/soldr-modules/issues/9

Description: Sometimes we need to start read file from beginning.

Definition of Done:

  • Module could start read file from beginning
  • Add "Read from beginning" button in module UI
Originally created by @Arkweid on GitHub (Dec 7, 2022). Original GitHub issue: https://github.com/vxcontrol/soldr-modules/issues/9 **Description**: Sometimes we need to start read file from beginning. **Definition of Done**: - Module could start read file from beginning - Add "Read from beginning" button in module UI
yindo added the enhancementfile_readerwindowsdarwinlinux labels 2026-06-06 22:10:32 -04:00
yindo closed this issue 2026-06-06 22:10:33 -04:00
Author
Owner

@souryogurt commented on GitHub (Dec 9, 2022):

I'll take it! It seems the current position for each file is stored in the store folder created by the module. I should reset it on the agent's side and restart the watcher thread when the user clicks the "Read from Start" button.
I'll add a new button.

<!-- gh-comment-id:1344361956 --> @souryogurt commented on GitHub (Dec 9, 2022): I'll take it! It seems the current position for each file is stored in the `store` folder created by the module. I should reset it on the agent's side and restart the watcher thread when the user clicks the "Read from Start" button. I'll add a new button.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/soldr-modules#3