Conversation
|
R: @jbonofre |
|
Your PR breaks command support (a command never get the pending result from the store). |
|
I'm checking why. |
|
OK, the problem is related to: It removes the pending command (all commands) from any recipient without waiting the result leading to a timeout. |
|
I don't think it's actually a problem. Let me explain. The |
|
Thanks for reviewing this PR, @jbonofre! In fact, we're using forked version of Cellar, so I done code bases comparison and I think this memory leak is already fixed in master by commit 71a5f9e. Still not clear to me why |
|
+1 Thanks ! |
Currently scheduled commands are not removed from BasicCommandStore upon executing, so memory leak is introduced. This patch fixes memory leak and also simplifies command scheduling and timeout handling code.