Compare commits
2 Commits
f092e3ac4d
...
83282285cb
| Author | SHA1 | Date |
|---|---|---|
|
|
83282285cb | |
|
|
54f8b03159 |
|
|
@ -412,7 +412,7 @@ func VideoFeed(c *gin.Context) {
|
|||
// 启动一个协程来监测客户端连接是否关闭,关闭时向 clientClosed 通道发送信号
|
||||
go func() {
|
||||
<-c.Request.Context().Done()
|
||||
close(clientClosed)
|
||||
clientClosed <- struct{}{}
|
||||
}()
|
||||
|
||||
// 查看是否还有其他连接,没有则设置 is_play 为 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue