Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
forward ping to driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kenichi committed Apr 8, 2015
1 parent 13623d9 commit 308118c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reel/websocket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class WebSocket

attr_reader :socket
def_delegators :@socket, :addr, :peeraddr
def_delegators :@driver, :ping

def initialize(info, connection)
driver_env = DriverEnvironment.new(info, connection.socket)
Expand Down

0 comments on commit 308118c

Please sign in to comment.