You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Spring websocket reference documentation suggests to use WebSocketContainerFactoryBean to configure server side websocket engine, but this one is for client-side use only.
This section should be updated in order to specify that ServletServerContainerFactoryBean is for server side use and WebSocketContainerFactoryBean for client side use.