Closed richb-hanover closed 9 years ago
Yes, thanks for fixing Infinity
=> Number.MAX_VALUE
But... I'm still getting the exception shown in 3) above. I think the problem is in db.js line 30, where it passes this.value
to the _read() function (which takes a string or buffer).
It's not clear what this code should do... Thanks
Fixed. Thanks!
:+1:
Using master from koajs/examples with node v0.12.0 to run the stream-server-side-events example program, I had a couple problems:
if (!module.parent) app.listen(3000);
as the final line of app.jsI got the following error when I connected to http://localhost:3000
If I comment out the line
setTimeout(Infinity)
line, I get the following when I hit the server: