gorush
gorush copied to clipboard
sending notifications does not work via gRPC, got context canceled error, latest version?
go func() {
_, err := notify.SendNotification(ctx, ¬ification, s.cfg)
if err != nil {
logx.LogError.Error(err)
}
}()
ctx will canceled when rpc request return, cause goroutine finished
I will take it.
i have same issue so should i downgrade version ?
i have same issue so should i downgrade version ?
yes, or fork and fixed it
I will test it asap.