Closed thomaslule closed 2 years ago
It seems that under certain conditions, the stream-begin event is not sent (stream-end and follow are okay so its not a misconfigured webhook problem).
stream-begin
stream-end
follow
We need to collect info on that, like the conditions to make it happen, or logs.
channel.on("debug", (msg) => console.log(msg)); channel.on("info", (msg) => console.log(msg)); channel.on("error", (err) => console.error(err));
v1 released, it should not happen anymore
It seems that under certain conditions, the
stream-begin
event is not sent (stream-end
andfollow
are okay so its not a misconfigured webhook problem).We need to collect info on that, like the conditions to make it happen, or logs.