Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Send fiber dump as an array #10

Closed
jczuchnowski opened this issue Apr 7, 2020 · 0 comments · Fixed by #12
Closed

Send fiber dump as an array #10

jczuchnowski opened this issue Apr 7, 2020 · 0 comments · Fixed by #12

Comments

@jczuchnowski
Copy link
Member

Right now we're sending fiber dump as one string, but it would be more useful to the client if it got it as an array of fiber dumps per each fiber:

*5\r\n
+fiber dump #1\r\n
+fiber dump #2\r\n
+fiber dump #3\r\n
+fiber dump #4\r\n
+fiber dump #5\r\n

Unless there are performance concerns for splitting it on the server.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant