-
Notifications
You must be signed in to change notification settings - Fork 38
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
Feature/rpc #170
base: master
Are you sure you want to change the base?
Feature/rpc #170
Conversation
# Conflicts: # discord/activity.go # go.mod # go.sum
is there still interest in continuing RPC development? if so, I could look at picking up some work for this. |
If I recall correctly the status is that most stuff has been implemented, but I wasn't happy with the API design. If you have interest in picking this up I have no objections |
"wasn't happy with the API design" Can you elaborate? I can see in the example that you need to manually authorize etc. Is that what you're referring to? |
I am referring to how the send requires a callback to be passed to handle the answer |
Ah, gotcha. I've seen another library (Rich Presence only) handle it by returning the value, so it should definitely be possible to get working for this as well. I'll have a look into that. |
that would be the ideal solution, but ideally this would be made 100% type safe using generics which is the challenge |
if you want to chat more about these changes, feel free to join our discord |
# Conflicts: # discord/application.go # go.mod # go.sum
No description provided.