Angelo Huang
Angelo Huang
I'm using Sublime 3, this (ctrl+shift+') doesn't seem to work.
@martende How can I get your build? Do I need to recompile your code?
Any update on this issue? I created this SO. http://stackoverflow.com/questions/24421063/redis-connection-closes-when-multiple-tests-are-running-in-the-same-time
According to this SO http://stackoverflow.com/questions/20888041/play-2-2-4-akka-tests-failed-when-run-together-but-ok-seperately, I think at RedisPlugin, jedisPool should change to a def. ``` lazy val jedisPool = { val poolConfig = createPoolConfig(app) Logger.info(s"Redis Plugin enabled. Connecting to...
I post on SO too. http://stackoverflow.com/questions/24421063/redis-connection-closes-when-multiple-tests-are-running-in-the-same-time
Vertx is now 2.1.1. Can we update this playVertx yet?
Any update on new version with play 2.3 and Vertx 2.1.x?
Do you think it is possible that ReconnectBus send sendPing -> ReconnectBus sendWithComGoodowRealtimeJsonJsonObject -> app goes to background -> app goes to foreground WebsocketBus sendWithComGoodowRealtimeJsonJsonObject? But when app comes to...
I just let my app enters background for a while. When it comes to foreground, it does stop there. So I will go ahead and fix it by your suggestion....