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 was archived by the owner on Feb 21, 2020. It is now read-only.
#6 moved context creation into init() but it's still disposed on every single request in the finally block in render(). Not sure why we're not seeing issues from that.
I think we should be creating a new context each time so that we don't preserve cookies etc across requests.