David
David
Nothing particular I think, please go ahead :)
@mahresohl does it only happen on Linux? Could you create a PR with a failing test?
> As a workaround I am sending some dummy keepalive messages on the socket to keep it open. This is typically how it should be handled, if you put Javalin...
You can configure this through ```kotlin config.jetty.modifyWebSocketServletFactory { factory -> factory.idleTimeout = Duration.ofMillis(10L) } ```
> If I embark on trying to create a js parser to parse html snippets into j2html code, would there be interest in adding that to the website ? I...
> Thoughts? Can work on a PR if this is beneficial. Definitely, please go ahead :)
@Petersoj Could you review the [PR](https://github.com/javalin/javalin/pull/2463) ?
Hi @tomhillgreyridge - there is no built-in way to do this at the moment, I usually recommend doing what you did with the `before`. It's come up a few times,...
That is how I assumed it would work, so I'm in favor of that change 😄
Thanks @filipesoliveira, I'll merge it :)