fix(push): goroutine leak (#540)
This commit is contained in:
@@ -63,7 +63,7 @@ func (s *Server) Send(ctx context.Context, in *proto.NotificationRequest) (*prot
|
||||
ThreadID: in.ThreadID,
|
||||
MutableContent: in.MutableContent,
|
||||
Image: in.Image,
|
||||
Priority: strings.ToLower(in.GetPriority().String()),
|
||||
Priority: strings.ToLower(in.GetPriority().String()),
|
||||
}
|
||||
|
||||
if badge > 0 {
|
||||
|
||||
Reference in New Issue
Block a user