1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 02:13:49 +09:00
This commit is contained in:
mcrakhman 2023-08-08 12:35:33 +02:00
parent cdacae232e
commit 217b6fc30b
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B

View file

@ -209,8 +209,10 @@ func (d *diffSyncer) sendPushSpaceRequest(ctx context.Context, peerId string, cl
Credential: cred,
})
if err != nil {
d.log.WarnCtx(ctx, "space push failed", zap.Error(err))
return
}
d.log.InfoCtx(ctx, "space push completed successfully")
if e := d.subscribe(ctx, peerId); e != nil {
d.log.WarnCtx(ctx, "error subscribing for space", zap.Error(e))
}