增加rdp协议声音输出功能
This commit is contained in:
@ -201,6 +201,9 @@ func TunEndpoint(c echo.Context) error {
|
||||
}
|
||||
break
|
||||
}
|
||||
if len(instruction) == 0 {
|
||||
continue
|
||||
}
|
||||
err = ws.WriteMessage(websocket.TextMessage, instruction)
|
||||
if err != nil {
|
||||
if connectionId == "" {
|
||||
|
Reference in New Issue
Block a user