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
super(`This version of the SDK (${VersionInfo.currentVersion}) is not compatible with the Dolittle Runtime you are connecting to${runtimeHost}:${runtimePort}. ${fix}.`);
17
19
}
18
20
19
21
/**
20
22
* The exception to throw when the Runtime returns an unimplemented exception during the handshake.
23
+
* @param {string} runtimeHost - The Dolittle Runtime host address.
24
+
* @param {string} runtimePort - The Dolittle Runtime address port.
25
+
* @returns {RuntimeVersionNotCompatible} The {@link RuntimeVersionNotCompatible}.
0 commit comments