Skip to content

Instantly share code, notes, and snippets.

@mdpye
Created November 21, 2013 10:40
Show Gist options
  • Save mdpye/7579493 to your computer and use it in GitHub Desktop.
Save mdpye/7579493 to your computer and use it in GitHub Desktop.
module EventMachine
module WebSocket
class << self
attr_accessor :max_frame_size
end
@max_frame_size
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment