@@ -49,7 +49,7 @@ func main() {
// 注册WebSocket路由
registerRoutes(r)
r.GET("/events", esSSE)
r.Run(":8080")
r.Run(":8910")
}
func esSSE(c *gin.Context) {
w := c.Writer
The note is not visible to the blocked user.