Hi,
I'm looking at the implementation of the native websocket support. I see that mehod broadcastMessage of class AbstractWebSocketProcessor exports the thread local variables before broadcasting the message. Why we need to do this? Why can't we use the current variables (session, request cycle, etc...)?
