Add comment.

This commit is contained in:
Владислав Весельский 2025-01-29 11:00:21 +03:00
parent bc73d56c8b
commit 687b3c056f
1 changed files with 3 additions and 0 deletions

3
fcm.go
View File

@ -44,7 +44,10 @@ const (
maxMessages = 500
multipartBoundary = "msg_boundary"
// Batch Send API
BatchSendEndpoint = "https://fcm.googleapis.com/batch"
// Requests to the endpoint will start failing after 6/21/2024.
// Migrate to the standard HTTP v1 API send method, which supports HTTP/2 for multiplexing.
)
var (