spring-framework/spring-websocket
jacopo-salamina dff9924a0c WebSocketTransportRegistration: javadoc typo
The documentation written for the method WebSocketTransportRegistration.setSendTimeLimit(int timeLimit) mentions that, if no time limit is specified, a default value of 10 seconds is used; however, later on the exact default value employed is incorrectly typed as 10 * 10000 ms, which would result in 100 seconds instead.
The javadoc has been updated in order to show the correct value in milliseconds (10 * 1000).
2020-10-20 12:52:46 +01:00
..
src WebSocketTransportRegistration: javadoc typo 2020-10-20 12:52:46 +01:00
spring-websocket.gradle Update Reactor Netty modules 2020-08-01 11:49:15 +02:00