-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Description
Currently the PurchaseTicket grpc returns one response when it's done. Because of this limitation the ticket purchase
UX in decrediton is not smooth as users don't get any feedback during the process. See decred/decrediton#3926.
We would like to add a stream grpc call, which will allow us return various statuses during the process and would make the call cancellable.
@alexlyp @jrick Any idea which statuses would be helpful here, I will inspect the current func flow and see at which
stages it would make sense to return an update to the consumer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels