-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support Live Mode in the Pickup Protocol #145
Comments
FabioPinheiro
added a commit
that referenced
this issue
Nov 27, 2023
FabioPinheiro
added a commit
that referenced
this issue
Nov 30, 2023
mineme0110
pushed a commit
that referenced
this issue
Apr 30, 2024
mineme0110
pushed a commit
that referenced
this issue
Apr 30, 2024
mineme0110
pushed a commit
that referenced
this issue
May 1, 2024
mineme0110
pushed a commit
that referenced
this issue
May 1, 2024
Pickup Protocol - Support for Live Mode #145 Update scala-did to 0.1.0-M16 Signed-off-by: Fabio Pinheiro <[email protected]>
mineme0110
pushed a commit
that referenced
this issue
May 1, 2024
Pickup Protocol - Support for Live Mode #145 Update scala-did to 0.1.0-M16 Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: mineme0110 <[email protected]>
mineme0110
pushed a commit
that referenced
this issue
May 1, 2024
Pickup Protocol - Support for Live Mode #145 Update scala-did to 0.1.0-M16 Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this issue
May 1, 2024
Pickup Protocol - Support for Live Mode #145 Update scala-did to 0.1.0-M16 Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
mineme0110
pushed a commit
that referenced
this issue
May 1, 2024
Pickup Protocol - Support for Live Mode #145 Update scala-did to 0.1.0-M16 Signed-off-by: Fabio Pinheiro <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Live Mode
Live Mode in the Message Pickup Protocol
Value brief
The main is to avoid polling to check if there are any new message
This will remove the overhead of individual requests for polling (
status-request
/delivery-request
).This will also greatly improve use cases of near-real-time communication with mediators.
Implementation notes
The Live Mode is defined on Message Pickup Protocol.
Only registered DID (in the mediator) can enable this mode. After the mediator replies with a mediate-grant
We need to keep internal metadata about the WebSockets:
The logic to start the action of pushing any new message will be added end of the
ForwardMessageExecutor
, the last step after storing. In this case, theMessageDispatcher
needs to be overridden to only use a specific websocket(s), so it doesn't fall back Transport (EX: it may discover that the WebSocket is broken).The text was updated successfully, but these errors were encountered: