Dongpo Liu
Dongpo Liu
/remove-lifecycle stale
/unassign /type refactor
/remove-lifecycle stale
@hds @hawkw Do you have any thoughts about this problem? Maybe we should include the status in the state stream, or add a new API to allow clients to query...
> This would serve as acknowledgement for the client that paused the session and would also inform other clients that the session has been paused and that they won't receive...
> A new client should always receive at least one update, which would indicate that the state is "Paused" in this case. Sounds good. I will try to add it.
I will give it a shot.
/attempt #1659
> ### Lookup from an inner `SELECT`: > ``` > SELECT column_name(s) > FROM table_name > WHERE column_name IN (SELECT STATEMENT); > ``` > > This case is more complex...