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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Absolute facepalm. I rewrote some stuff for 0.13 to break some CLI functionality out into an API that could be used by other clients (i.e. Sapper Studio), and managed to write the following code:
setInterval(()=>{this.send(null);});// <-- look ma, no second argument!
Surprised TypeScript didn't yell at me. Fixed in 0.13.1.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's dumping
null
messages every so many milliseconds.See screen recordings:
I went back and forth determining if it was my project or could be reproduced in https://github.com/sveltejs/sapper-template <- quick note, it can't be reproduced UNLESS YOU UPDATE
sapper-template
tosapper@0.13.0
. Right now it's on v .12: https://github.com/sveltejs/sapper-template/blob/master/package.json#L17Once you update the Sapper version,
sapper-template
EventStream__sapper__
network connection gets borked too.The text was updated successfully, but these errors were encountered: