socket.io on swig templates

Issue #15 resolved
Former user created an issue

socket.io is no longer being injected into a html response when switching to swig templates.

Comments (4)

  1. Former user Account Deleted

    Yep, it goes straight to the Response.end() method passing the output as the 1st parameter. Add the same injection to Response.end() method as you have to the Response.write() method.

  2. Log in to comment