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

Add real-time stream endpoint #4

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Add real-time stream endpoint #4

wants to merge 9 commits into from

Conversation

hydra-yse
Copy link
Contributor

Note: It may be good to avoid broadcasting records back to the user when they were the ones to insert them - On one side, this reduces client side logic (we don't have to check for existence of already inserted records), yet on the server side, it creates the issue of keeping track of user sessions. I also think there's an advantage in receiving a "pong" back from the server whenever a record it set, just to have it as ulterior confirmation, but it is not necessary (+ removing it would save bandwidth). Let me know what you think.

@hydra-yse hydra-yse requested a review from roeierez October 13, 2024 16:07
@hydra-yse hydra-yse self-assigned this Oct 13, 2024
@hydra-yse hydra-yse force-pushed the yse-rt-stream branch 3 times, most recently from 5630459 to c358836 Compare October 21, 2024 23:11
@hydra-yse hydra-yse changed the base branch from yse-proto-update to main October 22, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant