Class: Plushie::Event::Diagnostic::BufferOverflow

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#limitObject (readonly)

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



165
166
167
# File 'lib/plushie/event/diagnostic.rb', line 165

def limit
  @limit
end

#sizeObject (readonly)

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



165
166
167
# File 'lib/plushie/event/diagnostic.rb', line 165

def size
  @size
end