vleejl
vleejl
Can we use defer to drop oldTable in exceptional circumstances? like this ``` func (this *Applier) AtomicCutOverMagicLock(sessionIdChan chan int64, tableLocked chan
> Can we use defer to drop oldTable in exceptional circumstances? like this > > ``` > func (this *Applier) AtomicCutOverMagicLock(sessionIdChan chan int64, tableLocked chan tableLocked return err > }...
@cenkore Hello,is it possible to move the delete table action to the defer function of `AtomicCutOverMagicLock`?This enables the creation and release of sentry table in the same coroutine, and avoid...