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
We missed this side-effect of #45: we no longer have the ability to send parcels to a public endpoint because the PublicThirdPartyEndpoint no longer knows about the public address.
I think we have two options:
Add a publicAddress parameter to load() and import(), so that app developers specify it each time.
Store the public address on a separate file when the endpoint is import()ed.
I think the latter would be nicer but the former is probably acceptable as a steppingstone.
The text was updated successfully, but these errors were encountered:
We missed this side-effect of #45: we no longer have the ability to send parcels to a public endpoint because the
PublicThirdPartyEndpoint
no longer knows about the public address.I think we have two options:
publicAddress
parameter toload()
andimport()
, so that app developers specify it each time.import()
ed.I think the latter would be nicer but the former is probably acceptable as a steppingstone.
The text was updated successfully, but these errors were encountered: