mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Renames
This commit is contained in:
parent
34a87a8a7a
commit
2989b11f3c
3 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ func (rp *replaceableQueue) callLoop() {
|
||||||
for {
|
for {
|
||||||
id, err := rp.batch.WaitOne(rp.ctx)
|
id, err := rp.batch.WaitOne(rp.ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Debug("close send loop", zap.Error(err))
|
log.Debug("close call loop", zap.Error(err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
rp.mx.Lock()
|
rp.mx.Lock()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue