Closed poVoq closed 4 months ago
It's a small bug when the stop/1 function calls gen_server:stop/1. It should provide the process name:
- LocalName - The gen_server is locally registered as LocalName with register/2.
- {Name,Node} - The gen_server is locally registered on another node.
But we provide a tuple with two elements, and it gets confused with {Name, Node}
I'll commit a fix.
Environment
Errors from error.log/crash.log
Bug description
Doesn't seem to have any practical impact, but the error is probably worth looking into. Seems to be newly introduced in 24.07 (or maybe 24.06, but I didn't notice it there).