[bugfix] introduce delay btw/ channel creation & welcome msg
BUG: welcome messages not being sent for newly created channels CAUSE: contention over signald's lock on keystore file FIX: introduce delay between creating channel and sending message (so both actions don't contend for lock)