Skip to content

Commit 032688a

Browse files
committed
Bug...
1 parent adea2ce commit 032688a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/websocket/src/main/java/org/phoebus/core/websocket/WebSocketClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public void run(){
230230
* Called when execution needs to be terminated.
231231
*/
232232
public void terminateExecution(){
233-
this.attemptConnect = attemptConnect;
233+
this.attemptConnect = false;
234234
}
235235
}
236236

0 commit comments

Comments
 (0)