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
Critical bug fix: MetaHub, HttpPollingEndpoints, and MuxHubGetConfigDownloadUrl handlers dropped request.ConfigPatchVersion when constructing the MetaConfigVersion for the IConfigDownloadUrlResolver — a client asking for v0.1.870 ended up downloading /meta/config/{state}/0.1.0 (silently stale bytes). Now passes all three components. InProcessServer was already correct; only the wire transports leaked the bug.