Ticket #79 (new defect)

Opened 3 months ago

need a way to tell why an unbind happened

Reported by: tmm1 Assigned to: raggi
Priority: major Milestone: EventMachine "Framework"
Keywords: Cc:

Description

either through an argument passed to unbind, or a method on Connection (get_reason, get_error, disconnect_reason, etc)

possible reasons would include:

  - eventmachine is shutting down
  - could not connect to remote end
  - remote end closed connection