amphp / beanstalk

Asynchronous Beanstalk Client for PHP.
https://amphp.org/beanstalk/
MIT License
66 stars 24 forks source link

make send protected (send is private) #2

Closed markkimsal closed 7 years ago

markkimsal commented 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.

kelunik commented 7 years ago

How about just PRing that method? :-)

kelunik commented 7 years ago

@markkimsal ping.

kyl0b1te commented 7 years ago

@kelunik I think this issue can be closed by https://github.com/amphp/beanstalk/pull/5

kelunik commented 7 years ago

Yes, was about to comment that as well.