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: stopped recvRequest from receiving outbound messages #1786

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

wadeking98
Copy link
Contributor

Previously the drpc method recvRequest would receive messages that had just been send by the agent. This is a quick fix to ensure the method on receives incoming requests from other agents

@wadeking98 wadeking98 changed the title fix: stopped recvRequest from receiving outbound messages stopped recvRequest from receiving outbound msgs Mar 1, 2024
@wadeking98 wadeking98 changed the title stopped recvRequest from receiving outbound msgs fix: stopped recvRequest from receiving outbound msgs Mar 1, 2024
@wadeking98 wadeking98 changed the title fix: stopped recvRequest from receiving outbound msgs fix: stopped recvRequest from receiving outbound messages Mar 1, 2024
@genaris genaris merged commit 2005566 into openwallet-foundation:main Mar 2, 2024
12 checks passed
@@ -109,7 +110,7 @@ export class DrpcApi {
removeListener: () => void
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR, but I'm not a big fan on reicvRequest over receiveRequest, that feels more consistent with other methods in Credo (we almost never abbreviate)

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.

3 participants