You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在 OpenSergo universal transport service protocol (OUTS) 中,控制面通过下行链路 (server data-push) 向 OpenSergo client 推送订阅的数据,client 收到数据后会返回 response。这个过程需要一个超时机制,当 server 端 push data 一段时间后仍未收到该 push 请求的回复,则需要有一定的异常处理机制(如重试)。欢迎社区一起来设计与实现。
Add timeout mechanism for config-push transport stream. If the deadline exceeds for the server waiting for ACK or NACK response after pushing data to clients, the server may need to re-push the data (or other logic).
The text was updated successfully, but these errors were encountered:
在 OpenSergo universal transport service protocol (OUTS) 中,控制面通过下行链路 (server data-push) 向 OpenSergo client 推送订阅的数据,client 收到数据后会返回 response。这个过程需要一个超时机制,当 server 端 push data 一段时间后仍未收到该 push 请求的回复,则需要有一定的异常处理机制(如重试)。欢迎社区一起来设计与实现。
Add timeout mechanism for config-push transport stream. If the deadline exceeds for the server waiting for ACK or NACK response after pushing data to clients, the server may need to re-push the data (or other logic).
The text was updated successfully, but these errors were encountered: