Results 44 comments of Florian Pradines

Okay... As simple as that : ```java @Singleton public final class AuthorizationSockJSRouter extends SockJSRouter { private final ActorSystem system; private final Materializer materializer; @Inject AuthorizationSockJSRouter(ActorSystem system, Materializer materializer) { this.system...

Thanks for your answer! Actually, you are using the same way than Play 2.6 : [HandlingWebSockets with actors](https://www.playframework.com/documentation/2.6.x/JavaWebSockets#Handling-WebSockets-with-actors)

Thanks. You can close the issue or let it open until you add the documentation :)

The private key should never be revealed. But we can use the api for the public part only

Any news on that?

Hi @marcospereira I found a solution to my problem, it seems to be related to a wrong statement in the documentation. I wrote it here: https://github.com/playframework/play-ebean/issues/457 I have two databases,...

It clearly broke my project. I updated from 0.9.5 to 0.10.2 and was surprised to see that I wasn't able anymore to use an activity. Why such a limitation?

Hi @ldiqual, unfortunately I don't know how to develop this feature. Hope this will be implemented in the future! Otherwise, do you know of some library which has the feature?...

Hi @Mihara, Sorry for my late answer, I did not receive a notification for your issue :/ The fix for your issue will be pushed in the next release (especially...