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 redis events outbound transit #33

Merged

Conversation

jamshale
Copy link
Contributor

After getting more familiar with the plugin and how to test it I realized that the outbound transit wasn't working. It was related to child RedisOutboundQueue class having a wire_format parameter that caused a an error in acapy aries_cloudagent/transport/outbound/manager.py --> TypeError: __init__() missing 1 required positional argument: 'wire_format'.

I fixed it by copying the http outbound transit in acapy. After which I could see connections becoming active and the relay and deliverer services working correctly. I still think this would benefit from more testing of some of the use cases but now at least all the services are tested correctly.

@jamshale jamshale requested a review from dbluhm November 14, 2023 21:19
@jamshale jamshale force-pushed the feat/32-fix-redis-outbound branch from 2d1983d to daa04ee Compare November 15, 2023 00:36
@jamshale jamshale merged commit edfbd8f into openwallet-foundation:main Nov 15, 2023
3 checks passed
@jamshale jamshale deleted the feat/32-fix-redis-outbound branch April 15, 2024 15:48
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