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): Fix signature of send_and_receive #1

Merged
merged 1 commit into from
May 7, 2023

Conversation

tecc
Copy link
Owner

@tecc tecc commented May 7, 2023

Previously, the send_and_receive method of synchronous connections returned Message<B> - now it simply returns B, as it should (Message is the internal protocol of gipc).
Asynchronous connections also did not have the send_and_receive method - now they do.

sync: Previously, the `send_and_receive` method of synchronous connections returned `Message<B>` - now it simply returns `B`, as it should (Message is the internal protocol of gipc).
async-tokio: Asynchronous connections did not have the `send_and_receive` method - now it does.
@tecc tecc added bug Something isn't working enhancement New feature or request labels May 7, 2023
@tecc tecc merged commit df670ad into dev May 7, 2023
@tecc tecc deleted the fix/send-and-receive branch May 7, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant