Alternative to #89 and #88, this is the simplest solution, assigning unrelated ID for the same callback object. I like the simplicity of this, but in my mind it may be difficult to debug callback issues if callback ID is completely unrelated for the same callback. But maybe I'm overthinking this?
Alternative to #89 and #88, this is the simplest solution, assigning unrelated ID for the same callback object. I like the simplicity of this, but in my mind it may be difficult to debug callback issues if callback ID is completely unrelated for the same callback. But maybe I'm overthinking this?