Class: Plushie::Event::Diagnostic::BufferOverflow
- Inherits:
-
Data
- Object
- Data
- Plushie::Event::Diagnostic::BufferOverflow
- Defined in:
- lib/plushie/event/diagnostic.rb
Overview
A single wire message exceeded the protocol's 64 MiB per-message size cap.
Instance Attribute Summary collapse
-
#limit ⇒ Object
readonly
Returns the value of attribute limit.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
Instance Attribute Details
#limit ⇒ Object (readonly)
Returns the value of attribute limit
165 166 167 |
# File 'lib/plushie/event/diagnostic.rb', line 165 def limit @limit end |
#size ⇒ Object (readonly)
Returns the value of attribute size
165 166 167 |
# File 'lib/plushie/event/diagnostic.rb', line 165 def size @size end |