We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611d897 commit 45366c5Copy full SHA for 45366c5
src/main/java/org/java_websocket/client/WebSocketClient.java
@@ -335,6 +335,7 @@ public boolean reconnectBlocking() throws InterruptedException {
335
* @param timeUnit The timeout time unit
336
* @return Returns whether it succeeded or not.
337
* @throws InterruptedException Thrown when the threads get interrupted
338
+ * @since 1.6.1
339
*/
340
public boolean reconnectBlocking(long timeout, TimeUnit timeUnit) throws InterruptedException {
341
reset();
0 commit comments