Observe-secretly commented on issue #2301:
URL: 
https://github.com/apache/incubator-streampark/issues/2301#issuecomment-1418824603

   @G337-BeiJing-Ratel  比较巧我刚刚规避了这个问题。我不确定这么修改会带来什么其它问题,不过你可以先试试看。
   
   操作:
   请删除`@Configuration`注解,可以短暂规避这个问题。
   ```
   package org.apache.streampark.console.base.config;
   
   import org.springframework.context.annotation.Bean;
   import org.springframework.web.socket.server.standard.ServerEndpointExporter;
   
   public class WebSocketConfig {
     @Bean
     public ServerEndpointExporter serverEndpointExporter() {
       return new ServerEndpointExporter();
     }
   }
   
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to