首页 > 编程语言 > 详细

spring cloud gateway 转发websocket请求无法监听到 close 事件

时间:2020-10-19 09:37:53      阅读:670      评论:0      收藏:0      [点我收藏+]
  • 升级spring cloud gateway 的 spring-boot-starter-parent 版本 至 2.1.1.RELEASE 及以上



<parent>

   <groupId>org.springframework.boot</groupId>

   <artifactId>spring-boot-starter-parent</artifactId>

   <version>2.1.1.RELEASE</version>

   <relativePath/>

</parent>

<artifactId>game-gateway</artifactId>

<version>1.0-SNAPSHOT</version>

<packaging>jar</packaging>

<name>${project.artifactId}</name>

<dependencyManagement>

   <dependencies>

       <dependency>

           <groupId>org.springframework.cloud</groupId>

           <artifactId>spring-cloud-dependencies</artifactId>

           <version>Greenwich.SR1</version>

           <type>pom</type>

           <scope>import</scope>

       </dependency>

   </dependencies>

</dependencyManagement>



spring cloud gateway 转发websocket请求无法监听到 close 事件

原文:https://www.cnblogs.com/jasondayee/p/13838155.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!