Just dropping a quick question in here. But has a...
# cfml-general
s
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 😕.
c
I haven't played with WebSockets much, but IIRC WebSockets calls don't go through the normal application lifecycle (a similar issue comes up when using the native REST functionality too).