SockJS sample does not use SockJsAtmosphereInterceptor
rikoe opened this issue · 0 comments
rikoe commented
I have been trying to test SockJS together with atmosphere by looking at the SockJS sample.
The sample brings in the atmosphere-sockjs
package, and mentions SockJsAtmosphereInterceptor
in the comments at the top of the SockjsChat
class, but does not actually use it in the ManagedService
annotation (it uses SuspendTrackerInterceptor
instead).
Is this intentional or an error in the sample?