<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">Hello everybody, </span><br style="font-family: TimesNewRomanPSMT;" class=""><br style="font-family: TimesNewRomanPSMT;" class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">I am an Italian student and I am working with the RIPE Atlas Streaming API.</span><br style="font-family: TimesNewRomanPSMT;" class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">I am trying to replay events that have happened in the past, so I am using</span><br style="font-family: TimesNewRomanPSMT;" class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">the optional parameter endTime in the code below. </span><br style="font-family: TimesNewRomanPSMT;" class=""><br style="font-family: TimesNewRomanPSMT;" class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">Now, the stream starts at the specified time but it never ends.</span><br style="font-family: TimesNewRomanPSMT;" class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">Am I doing anything wrong? Is this a bug?</span><div class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><div class="" style="font-family: TimesNewRomanPSMT;">var socket = io(“<font color="#000000" class=""><a href="https://atlas-stream.ripe.net" class="">https://atlas-stream.ripe.net</a>:443</font>” , {path: “/stream/<a href="http://socket.io" class="">socket.io</a>”});</div><div class="" style="font-family: TimesNewRomanPSMT;">startTime = 1486256400 //05-02-17 h: 01:00GMT<span class="Apple-tab-span" style="white-space: pre;">  </span></div><div class="" style="font-family: TimesNewRomanPSMT;">endTime = 1486258200 //05-02-17 h: 01:30GMT</div><div class="" style="font-family: TimesNewRomanPSMT;">socket.emit(“atlas_subscribe”, {stream_type: “result”, startTime: startTime, endTime: endTime, msm: 1962548});</div></div><div class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class=""><br class=""></span></div><div class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">Best,</span><br style="font-family: TimesNewRomanPSMT;" class=""><span style="font-family: TimesNewRomanPSMT; background-color: rgb(255, 255, 255);" class="">Roberto Nunziato</span></div></body></html>