gorush icon indicating copy to clipboard operation
gorush copied to clipboard

sending notifications does not work via gRPC, got context canceled error, latest version?

Open arllen133 opened this issue 1 year ago • 1 comments

	go func() {
		_, err := notify.SendNotification(ctx, &notification, s.cfg)
		if err != nil {
			logx.LogError.Error(err)
		}
	}()

ctx will canceled when rpc request return, cause goroutine finished

arllen133 avatar Jun 28 '24 09:06 arllen133

I will take it.

appleboy avatar Jun 30 '24 01:06 appleboy

i have same issue so should i downgrade version ?

supersida159 avatar Jul 16 '24 15:07 supersida159

i have same issue so should i downgrade version ?

yes, or fork and fixed it

arllen133 avatar Jul 18 '24 05:07 arllen133

I will test it asap.

appleboy avatar Jul 18 '24 06:07 appleboy