Capturereplay should share single file handle during playback
Open
- Dominant language
- C++
- Stars
- 177
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Capturereplay currently opens a new filehandle for each subscribed-to symbol. This can get out of hand really fast and blow O/S limits. It should open a single filehandle and use that instead.
Contributor guide
Assessment
This issue has not been assessed yet.