<div dir="ltr"><div>Dear folks</div><div><br></div><div>A potentially breaking change is coming to ndn-cxx soon:</div><div>declaration type of DEFAULT_INTEREST_LIFETIME is changing from time::seconds to time::milliseconds.</div><div><br></div><div>If your code assigns this constant to a time::seconds variable, or relies on .count() of this constant, it will be broken after this change.</div><div><br></div><div>To fix your code:</div><div><ul><li>assign to time::milliseconds: time::seconds is implicitly convertible to time::milliseconds, but not the other way around<br></li><li>use duration_cast before obaining .count()</li></ul></div><div>Please do so reply no later than Nov 26 12:00 UTC.<br></div><div>We'll proceed with the change after that time.</div><div><br></div><div>You can compile your projects with ndn-cxx Change <a href="http://gerrit.named-data.net/1461">http://gerrit.named-data.net/1461</a> and verify it works.</div><div><br></div><div>Yours, Junxiao</div></div>