Skip to content

feat: expose getter for init payload and pass it to context.upgrade on the server

TheLD requested to merge theld/useful-init-payload into master

added getInitPayload function to transportOptions of BaseQLClient. This object should contain the old sessionID and may now include any further information needed to start a session. This object can be accessed serverside via context.initPayload and is presen inside contextmanager.upgrade.

Merge request reports