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).

Comment From: pivotal-issuemaster

@jacopo-salamina Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: jacopo-salamina

@pivotal-issuemaster This is an Obvious Fix.

Comment From: pivotal-issuemaster

@jacopo-salamina This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary.

Comment From: pivotal-cla

@jacopo-salamina Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.