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
If a Client (e.g. StdioClient in this repo) and Server (e.g. StdioServer in pyla) are using different major versions of Stencila Schema there are likely to be problems.
One approach to this is that servers publish the schema version as part of the manifest() and clients request that manifest and check the schema version against their own on initial connection. This should be fairly straight forward to implement
The text was updated successfully, but these errors were encountered:
If a
Client
(e.g.StdioClient
in this repo) andServer
(e.g.StdioServer
inpyla
) are using different major versions of Stencila Schema there are likely to be problems.One approach to this is that servers publish the schema version as part of the
manifest()
and clients request that manifest and check the schema version against their own on initial connection. This should be fairly straight forward to implementThe text was updated successfully, but these errors were encountered: