Niall Shaw

Results 5 issues of Niall Shaw

Add mediationRole property to AgentConfig to ensure MediatorModule is initialized correctly. This prevents concurrency issues when multiple attempts to create a mediatorRoutingRecord fail. Signed-off-by: Niall Shaw

We are encountering multiple issues (with not an individual identifiable cause) when attempting to initiate mediation with a single mediator agent from up to 30 client agents simultaneously. Mediator agent...

Type: Bug

I thought this would be as simple as exporting the sqlite wallet, and importing into a postgres wallet. But `AskarWallet.ts` has the following error: ``` throw new WalletError('Import is only...

We have a node project that is running test suites via jest. In two of the suites, we are using AFJ to test mediation cases. All AFJ agents are using...

Our team currently uses [vdr-tools](https://gitlab.com/evernym/verity/vdr-tools) as the underlying framework to support AFJ on our mediator. The reasoning is better support for concurrency, as well as MySQL support. We are now...