diff --git a/rpc/server.go b/rpc/server.go index d54315b..17ee111 100644 --- a/rpc/server.go +++ b/rpc/server.go @@ -29,7 +29,7 @@ func (s *server) Send(ctx context.Context, in *pb.NotificationRequest) (*pb.Noti APIKey: in.Key, } - gorush.SendNotification(notification) + go gorush.SendNotification(notification) return &pb.NotificationReply{ Success: false,