gc: use fixed length buffer for storing consumer name
The length of a consumer name never exceeds 64 characters so no use to allocate a string. This is a mere code simplification.
Loading
Please register or sign in to comment
The length of a consumer name never exceeds 64 characters so no use to allocate a string. This is a mere code simplification.