-
Notifications
You must be signed in to change notification settings - Fork 39
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 SSE client test for last-event-id
mechanism
#5597
Add SSE client test for last-event-id
mechanism
#5597
Conversation
0cc429b
to
12e89fd
Compare
1197c8d
to
d84d46d
Compare
libparsec/crates/client_connection/src/authenticated_cmds/mod.rs
Outdated
Show resolved
Hide resolved
0c98240
to
6deed54
Compare
libparsec/crates/client_connection/src/authenticated_cmds/mod.rs
Outdated
Show resolved
Hide resolved
6deed54
to
ec3ff75
Compare
6dd74c7
to
fc53c16
Compare
9c038aa
to
5f0b3fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5f0b3fe
to
eb5d08e
Compare
@@ -44,8 +44,13 @@ log = { workspace = true } | |||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] | |||
# TODO: support SSE for Web | |||
reqwest-eventsource = { workspace = true } | |||
tokio = { workspace = true, features = ["net"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only used in test, so dev dependency ?
Let's keep this PR open until merge of #5691 |
@touilleMan @FirelightFlagboy this PR is linked to #5511 which is part of #4550 (currently on the V3 Roadmap). |
eb5d08e
to
4321df1
Compare
Depends on:
SSEEventID
to validate the id received from the server. #5635