Currently we do our initialization to discover server info using the result of the initialize request to the server. However under the new stateless spec coming from SEP-2757 this flow is removed
The new flow is to send a server/discover request to the server.
We will need some mechanism to determine whether or not to use this handshake or the initialize handshake
Currently we do our initialization to discover server info using the result of the
initializerequest to the server. However under the new stateless spec coming from SEP-2757 this flow is removedThe new flow is to send a
server/discoverrequest to the server.We will need some mechanism to determine whether or not to use this handshake or the initialize handshake