Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS API should only request logs it hasn't seen yet #225

Closed
niloc132 opened this issue Mar 26, 2021 · 0 comments · Fixed by #3502
Closed

JS API should only request logs it hasn't seen yet #225

niloc132 opened this issue Mar 26, 2021 · 0 comments · Fixed by #3502
Assignees
Milestone

Comments

@niloc132
Copy link
Member

The JS API internally plays back old logs, and the server will also keep around old logs (to a point) to replay for new connections or reconnects. We should pick one or the other so that we provide the sorts of guarantees about usage that we would like.

Another approach could be to offer a Table instance which holds the logs, so that it follows the same API as every other table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants