ocordsen
ocordsen
@mkurz Hi, I added the setting to build.sbt and application.conf as you described but unfortunately it doesn't seem to work. I cannot see any ping messages on the websocket and...
@mkurz Yes, I restarted sbt (twice :D) Edit: I used sbt run to test the setting. I‘m not sure what PlayKeys.devSettings is for, but I hope sbt run won‘t be...
@mkurz Do you have any other hint for me or should I try to find another solution for the next time? If it would help, I could prepare a minimal...
@mkurz I created an example project: https://github.com/ocordsen/play-framework-web-socket-keep-alive-ping I tested in dev mode via `sbt run` and in prod mode. The view returned on the route `/` of the project connects...
Additional info: I tried to implement a custom AkkaHttpServer (as described here: https://www.playframework.com/documentation/2.8.x/SettingsAkkaHttp#Direct-Akka-HTTP-configuration) which was successfully loaded by my application but the keep-alive setting didn't work with this approach, too.
I'm getting the same error. Is your operating system OSX, too? I'm also using cordova-icon, which works, so ImageMagick should be okay.
Is there any chance to get this fixed? 🙏 Would be nice to know if it's not getting fixed because Scala 3 has a higher priority or if it's just...