celluloid/reel

Expose ping method on WebSocket driver.

digitalextremist opened this issue · 2 comments

As requested in kenichi/angelo#52: add a forwardable delegator for ping to @driver.

or maybe just add :driver to the attr_accessor list?

@kenichi that's a possibility, I'd need to think about that. I'm leaning toward this being more of a duck type and abstraction layer, rather than encouraging people to directly access the driver and become dependent on driver-specific code some day.

Will ponder while also resolving #186, but currently over in Celluloid itself for a bit.