@theopolis I was wondering, It seems to me that a combination of stopServices + joinServices on a T1 and addService on a T2 could cause an unintended hang in T1 if addService lands between the stop and the join.
Now probably we don’t have such a use case, but do you find this to be true too?