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

DRAFT: Add callbacks for RpcClient::invokeMethod #147

Closed
wants to merge 1 commit into from

Conversation

gregmedd
Copy link
Contributor

@gregmedd gregmedd commented Jun 8, 2024

Looking at replacing futures / adding callbacks to RpcClient. Different architectures may benefit from each. We could potentially implement the futures version in terms of the callback version.

I'm considering keeping the futures so that different uE can choose the model most appropriate for their specific design.
@gregmedd gregmedd marked this pull request as draft June 8, 2024 00:26
@gregmedd gregmedd self-assigned this Jun 8, 2024
@gregmedd gregmedd linked an issue Jun 8, 2024 that may be closed by this pull request
@gregmedd
Copy link
Contributor Author

Superseded by #155 - this one has its source branch in the wrong repo.

@gregmedd gregmedd closed this Jun 12, 2024
@gregmedd gregmedd deleted the gregmedd-patch-1 branch June 12, 2024 02:32
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.

Replace futures in RpcClient with callbacks
1 participant