liubao68 commented on a change in pull request #2013:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/2013#discussion_r511863111



##########
File path: 
service-registry/src/main/java/org/apache/servicecomb/serviceregistry/client/http/WebsocketUtils.java
##########
@@ -52,18 +53,19 @@ public static void open(IpPort ipPort, String url, 
Handler<Void> onOpen, Handler
           onConnectFailed.handle(asyncResult.cause());
         } else {
           onOpen.handle(null);
-          asyncResult.result().exceptionHandler(v -> {
+          WebSocket webSocket = asyncResult.result();

Review comment:
       This PR seems nothing chaned. Can you describe when will fail of old 
code?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to