trylimits

Results 1 issues of trylimits

**Affects:** \>=5.3.3 --- Consider a _Spring Boot_ application with the following websocket configuration class: @Configuration @EnableWebSocketMessageBroker public class WebSocketConfig implements WebSocketMessageBrokerConfigurer { @Override public void configureMessageBroker(MessageBrokerRegistry config) { config.setApplicationDestinationPrefixes("/app"); config.enableSimpleBroker("/topic",...

in: web
type: bug
status: feedback-provided