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 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.
The text was updated successfully, but these errors were encountered:
ato
changed the title
Browser context creation and disposal doesn't match
Browser context creation and disposal don't match
Jan 25, 2017
ato
changed the title
Browser context creation and disposal don't match
Sample app: browser context creation and disposal don't match
Jan 25, 2017
#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.
The text was updated successfully, but these errors were encountered: