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 Jun 1, 2022. It is now read-only.
The Link abstraction requires a LinkSettings, but it doesn't appear to be used in AbstractLink nor in IlpOverHttpLink. This is a good indicator that maybe we can remove this class, or else require this in the Constructor of each Link.
The text was updated successfully, but these errors were encountered:
Note for posterity: AccountSettings can have a map of custom-settings, but these are not necessary in a Link. Instead, each particular Link should require whatever it requires, and the LinkFactory is responsible for constructing the Link properly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Link abstraction requires a LinkSettings, but it doesn't appear to be used in AbstractLink nor in IlpOverHttpLink. This is a good indicator that maybe we can remove this class, or else require this in the Constructor of each Link.
The text was updated successfully, but these errors were encountered: