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
{{ message }}
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
Both the Python and JavaScript code generators assume that the location of the server will be known at generation time and that there will be only one. Neither of these assumptions holds true for Tahoe-LAFS storage servers.
Fix the code generator so that the location of the server is parameterized somehow. Allow clients to select which server they are talking to at runtime and to talk to more than one of them in the same program/process.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Both the Python and JavaScript code generators assume that the location of the server will be known at generation time and that there will be only one. Neither of these assumptions holds true for Tahoe-LAFS storage servers.
Fix the code generator so that the location of the server is parameterized somehow. Allow clients to select which server they are talking to at runtime and to talk to more than one of them in the same program/process.
The text was updated successfully, but these errors were encountered: