-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Function stats, function kill, fcall and fcall_ro #2486
Conversation
Not ready for review yet; I need help with a few things. |
Let's talk about the API design of |
@elena-kolevska I have posted some comments, some of which are errors that need to be corrected, some are suggestions, and some are my thoughts on parameter naming. Also, you need to resolve the conflict in the command.go file :) |
# Conflicts: # command.go
# Conflicts: # command.go
The test for |
@monkey92t @chayim I got it! The problem was that the goroutine was reusing the same connection. I changed it to use its own connection, and now, finally, the test passes :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good!
No description provided.