Martin Kouba

Results 269 comments of Martin Kouba

> when All Applications coped Beans are Instantiated @speedfl This is not valid in the context of CDI because `@ApplicationScoped` beans are instantiated lazily... > when application can receive traffic...

> @mkouba any update on this, I think having an event when it's ready to receive request (health check ready when implemented) That might be an interesting addition to the...

> @mkouba I think you can set a close handler on the WebSocket and be aware of when a WebSocket is closed and cannot send message anymore Yes, that's possible...

> we totally can do that, I was just pointing out that the common design we advocate is that you set a boolean closed that is set to true when...

> [@gsmet](https://github.com/gsmet), [@mkouba](https://github.com/mkouba) have you guys by any chance noticed this? I usually do not run `@QuarkuTest`s from the Eclipse IDE. The Eclipse's JUnit support never really worked for anything...

> AFAIK, it is not really in scope for websockets-next as such, users need to customize the protocol to get the token flowing, right ? I've seen a few example...

> should we provide builtin solution that abuse this header when a some configuration property is set to `true` or is it no go? @michalvavrik I'm not so sure to...

> Another option would be to have a documentation page containing how to use for libraries instead.. I am not sure what's the best here.. I think that it would...

I can confirm that https://github.com/quarkiverse/quarkus-web-bundler/pull/268 fixed the problem but I agree with Andy that there's probably another issue underneath. Unfortunately, I have no idea how to reproduce it now. >...