Closed markkimsal closed 7 years ago
I'm trying to subclass the client to add my own method (statsJob to get stats) but I cannot call $this->send from a subclass because it's private and not protected.
How about just PRing that method? :-)
@markkimsal ping.
@kelunik I think this issue can be closed by https://github.com/amphp/beanstalk/pull/5
Yes, was about to comment that as well.
I'm trying to subclass the client to add my own method (statsJob to get stats) but I cannot call $this->send from a subclass because it's private and not protected.