You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: