fix: ws客户端读写保护/GroupID调整
This commit is contained in:
@@ -63,7 +63,7 @@ func PostUEEventFromAMF(c *gin.Context) {
|
||||
}
|
||||
|
||||
// 推送到ws订阅组
|
||||
wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_UE, ueEvent)
|
||||
wsService.NewWSSendImpl.ByGroupID(wsService.GROUP_AMF_UE, ueEvent)
|
||||
|
||||
services.ResponseStatusOK204NoContent(c.Writer)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user