Just dropping a quick question in here. But has anyone ever tried using ChannelListeners (websockets) while using dependency injection?
I'm trying to access the bean factory from within the listener, but it keeps claiming that application-scope is not defined 😕.