Closed espadrine closed 12 years ago
@jankeromnes, you mention this bug in #157.
Indeed. Why was the file closed at this point? Is it going to stay open forever after this change?
On Sun, Nov 25, 2012 at 4:55 PM, Jan Keromnes notifications@github.com wrote:
Indeed. Why was the file closed at this point? Is it going to stay open forever after this change?
No. In fact, it gets closed in the on('disconnect', function(){})
closure.
Ok, sounds good. I'll merge this tonight.
I'll merge this next week, let's see if our uptime holds for a month without crashing :)
Plugs using both
{{=file.content}}
and OT have a bug wherein the nth time, n > 1, that they are run,file.content
would yieldnull
. This change fixes that bug.