Hugo Monteiro
Hugo Monteiro
Hi, Have you added the right dependency on Build.scala? "com.typesafe" %% "play-plugins-mailer" % "2.1.0" If you see in the unresolved dependency it is trying to download the old 2.0.4 version.
I had the same prob. I had to catch the PDOException and do manually: `$this->adapter->getDriver()->getConnection()->disconnect();` so next time the worker tries to consume a message it will create a new...
@stof can you help me review this one?