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

[PROPOSAL] Make void functions return Future #14

Closed
Ascenio opened this issue Jul 1, 2021 · 2 comments · Fixed by #15
Closed

[PROPOSAL] Make void functions return Future #14

Ascenio opened this issue Jul 1, 2021 · 2 comments · Fixed by #15

Comments

@Ascenio
Copy link
Contributor

Ascenio commented Jul 1, 2021

There are some functions, mainly in SessionController where it returns void but is actually async, which means the client won't wait for operations. In the AgoraClient's _initAgoraRtcEngine() it doesn't catches errors because of this.

@Meherdeep
Copy link
Contributor

Thanks @Ascenio for all your suggestion. We will look into it.

Feel free to create a PR for the same if you want.

@Ascenio Ascenio mentioned this issue Jul 1, 2021
23 tasks
@tadaspetra
Copy link
Contributor

Changes merged in #15

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 a pull request may close this issue.

3 participants