Slow sending 50000+ push
Closed this issue · 0 comments
aimalygin commented
for i := 0; i < len(js.Tokens); i++ { tok := js.Tokens[i] if tok != "" { id, err := service.Push(token, nil, p) } }
Slow sending. What can you think up to speed sending?
Closed this issue · 0 comments
for i := 0; i < len(js.Tokens); i++ { tok := js.Tokens[i] if tok != "" { id, err := service.Push(token, nil, p) } }
Slow sending. What can you think up to speed sending?