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

add arpc.HandleFree() #67

Merged
merged 1 commit into from
Aug 6, 2024
Merged

add arpc.HandleFree() #67

merged 1 commit into from
Aug 6, 2024

Conversation

fufuok
Copy link
Collaborator

@fufuok fufuok commented Aug 6, 2024

Maybe we need to add arpc.HandleFree(buf []byte) {},

Currently there is only arpc.HandleMalloc(func(size int) []byte {},

Its effect is the same as: arpc.DefaultHandler.HandleFree(func(buf []byte) {}

@lesismal
Copy link
Owner

lesismal commented Aug 6, 2024

Yes, thanks!

@lesismal lesismal merged commit cdbd72f into lesismal:master Aug 6, 2024
2 of 3 checks passed
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.

2 participants