-
-
Couldn't load subscription status.
- Fork 32
ref: move init flag #542
ref: move init flag #542
Conversation
| } | ||
| // TODO: problem we need to update the current session file | ||
|
|
||
| // TODO: probably we need to update the current session file for session updates to because of |
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.
Agreed. This is a follow up PR?
| // TODO: if theres no more files with that session id, should we still delete it? | ||
| // that means the next session update will be init=false but the one | ||
| // with init=true will be deleted. | ||
| // either we don't delete it or we generate a new envelope only with that session. |
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.
@bruno-garcia I added this comment just to discuss it here, but this is an acceptable thing as its a corner case, right? I mean, just to delete it.
I will remove the TODO though
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.
yeah lets creeate something on asana to track but it's fine to just drop it.
I was going to comment to look into the open session but that's racey and anyway too much complexity to cover this. Happy with just removing it in this case
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.
actually this situation is described in the DACI, right, do we really need to create a ticket out of it? I mean, its something that we agreed on
📢 Type of change
📜 Description
ref: move init flag
💡 Motivation and Context
we don't want to delete envelopes that have a init session in it, so we move to the next envelope.
💚 How did you test it?
📝 Checklist
🔮 Next steps
discuss the TODO