Client should be able to restore/not remove outcomes in case sending envelope fails
See original GitHub issueProblem Statement
_clearOurcomes
clear and returns current outcomes and is the only way of retrieving outcomes
, but in React Native SDK we need to be able to either restore (or not clear them) the outcomes in case sending the envelope fails (buffer is full at the moment).
Solution Brainstorm
Split this into two methods _getOutcomes
and _clearOutcomes
so it’s possible to clear outcomes
after we know the Envelope was sent successfully.
Would something like this make sense?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Client should be able to restore/not remove outcomes in case ...
Split this into two methods _getOutcomes and _clearOutcomes so it's possible to clear outcomes after we know the Envelope was sent successfully. Would...
Read more >How do I edit or remove a course outcome group in
If you created an outcome group in your course that you need to edit or remove, you can do so as long as...
Read more >All Release Notes - Linode
Guides and tutorials on the Linode platform, Linux basics, and software installation and configuration.
Read more >VisNetic MailServer Administrator's Guide Version 8 - CiteSeerX
Additional VisNetic MailServer Documentation is available at: ... In case of the hardware failure you will be able to restore not only.
Read more >lQj - River Thames Conditions - Environment Agency - GOV.UK
Vostro 1015 memory, Vaerlandet bulandet, Faith tauiliili, Klasifikasi daun sedingin, Wwe 14 games free download, Gallbladders removed, Lowell observatory ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, it would be possible, I’m thinking about it, because theoretically getting outcomes and clearing them later can cause issues if new outcomes appear meanwhile Im sending the envelope.
So maybe no change will be needed. Thanks for the discussion.
Other suggestion: Can’t we somehow add outcomes to the buffer in RN after the fact?