Is your feature request related to a problem? Please describe.
Sometimes the session need to reconnect. In that case, it must provide a token which may different than the initial one since the initial one may have expired.
Describe the solution you'd like
I would like the client session to get a new token instead of reusing the provided string at session initial startup.
Describe alternatives you've considered
Close and reopen a session with a new token string.
Additional context
The callback should be available for all languages (not only C++) whic certainly implies to use SWIG directory and consequently abstract class instead of std::function.
Is your feature request related to a problem? Please describe.
Sometimes the session need to reconnect. In that case, it must provide a token which may different than the initial one since the initial one may have expired.
Describe the solution you'd like
I would like the client session to get a new token instead of reusing the provided string at session initial startup.
Describe alternatives you've considered
Close and reopen a session with a new token string.
Additional context
The callback should be available for all languages (not only C++) whic certainly implies to use SWIG directory and consequently abstract class instead of std::function.