19.12.2024, 10:55
Log the result of sending push messages:
Most likely the connection is unstable.
Code:
status, errors = pusher.send(...)
log(status, errors)
Most likely the connection is unstable.