mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 12:51:09 +02:00
Inconsistent synchronization fix for UiWebSocket.connection
Change-Id: I098c5765c89f5885df54578c624ff80fb67727b8
This commit is contained in:
parent
98fc1e7f3f
commit
598c28d234
@ -103,7 +103,7 @@ public class UiWebSocket
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onOpen(Connection connection) {
|
||||
public synchronized void onOpen(Connection connection) {
|
||||
this.connection = connection;
|
||||
this.control = (FrameConnection) connection;
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user