so suddenly ServerTest is less reliable?
race conditions are the best bugs
This commit is contained in:
parent
879fdecd67
commit
efae2d0509
|
@ -159,9 +159,10 @@ public class Backend implements Closeable {
|
|||
try {
|
||||
controllerConnectionState.requestControllerInfo();
|
||||
|
||||
register(controllerConnectionState);
|
||||
|
||||
controllerConnectionState.getOutputs();
|
||||
|
||||
register(controllerConnectionState);
|
||||
} catch (IOException e) {
|
||||
close(controllerConnectionState);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue