Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mdpye on github.
  • I am mdpye (https://keybase.io/mdpye) on keybase.
  • I have a public key whose fingerprint is 483F 2B11 F070 D234 E4C8 C873 3898 E06D C741 40FE

To claim this, I am signing this object:

p = Pusher::Client.new({
app_id: ID,
key: KEY,
secret: SECRET,
host: 'api-ssl3test.pusherapp.com',
port: 443,
scheme: 'https'
})
# OR
module EventMachine
module WebSocket
class << self
attr_accessor :max_frame_size
end
@max_frame_size
end
end