plush icon indicating copy to clipboard operation
plush copied to clipboard

Push notifications for mobile apps - built on the Typesafe stack to ensure scalability

Results 5 plush issues
Sort by recently updated
recently updated
newest added

I encountered exception when creating user: Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused (Connection refused) at com.redis.IO$class.connect(IO.scala:39) ~[redisclient_2.10-2.10.jar:2.10] at com.redis.RedisClient.connect(RedisClient.scala:60) ~[redisclient_2.10-2.10.jar:2.10] at com.redis.RedisClient.(RedisClient.scala:63) ~[redisclient_2.10-2.10.jar:2.10] at models.RedisConnection$class.$init$(RedisModel.scala:7) ~[classes/:na] at models.User$.(User.scala:5) ~[classes/:na] at...

wrap the payload with "aps" in controllers.Push.sendBroadcast change models.APNS.Push.sendIosBroadcast(app, payload) to models.APNS.Push.sendIosBroadcast(app,Json.obj("aps"-> payload))

Can you tried this server on digital ocean Because I am trying on amazon instance and local computer both are perfectly work But on digital ocean server instance it does't...