Consistency of snapshot code in rtc?

泪湿孤枕 提交于 2019-12-08 05:36:03

问题


A snapshot named snapshot 1 is created for a Stream on Jan 1 2017 (For example)

Later I create a stream out of snapshot 1 and do some code delivery. (On Feb 2017)

After a month, I create another stream out a snapshot 1. (March 2017)

Will the snapshot 1 have the same code as created on Jan 1 2017 ?


回答1:


Will the snapshot 1 have the same code as created on Jan 1 2017 ?

Yes, that is the idea behind a snapshot: it is immutable... unless tou delete it (which is possible since RTC4.0) and recreate one with the same name.

But if you have not deleted it, a snapshot content never change.



来源:https://stackoverflow.com/questions/38663901/consistency-of-snapshot-code-in-rtc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!