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
From looking at the code (and experimenting) it appears that when you have a change_type in your configuration, a new session is generated (unless there is one to restore from):
{_,_} -> % nothing to restore, or no restore asked, set new session
Instead I'd like to be able to keep the session that was previously being used. My use-case is that I am trying to do load testing of Phoenix LiveView and I need to keep the session from an HTTP request to a Websocket request. Is it possible to add such a configuration option?
The text was updated successfully, but these errors were encountered:
From looking at the code (and experimenting) it appears that when you have a
change_type
in your configuration, a new session is generated (unless there is one to restore from):tsung/src/tsung/ts_client.erl
Line 488 in 4094df6
Instead I'd like to be able to keep the session that was previously being used. My use-case is that I am trying to do load testing of Phoenix LiveView and I need to keep the session from an HTTP request to a Websocket request. Is it possible to add such a configuration option?
The text was updated successfully, but these errors were encountered: