Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix connection reuse handling in demo #2813

Closed
wants to merge 1 commit into from
Closed

Fix connection reuse handling in demo #2813

wants to merge 1 commit into from

Conversation

ianco
Copy link
Contributor

@ianco ianco commented Feb 23, 2024

Separate the "connection reuse" and "use public did" configuration for the demo:

./run_demo faber --reuse-connection --public-did-connections

(Previously only the --reuse-connection parameter was available and it automatically set the connection to use the public DID.)

To run with a did:peer use:

DEMO_EXTRA_AGENT_ARGS="[\"--emit-did-peer-2\"]" ./run_demo faber --reuse-connection --events

There are some issues with did:peer, see discussion in issue #2703.

Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
@ianco ianco requested a review from swcurran February 23, 2024 18:56
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant