rayo / rayo-server

Rayo Server - A high performance awesomeness server
http://www.rayo.org
Apache License 2.0
43 stars 4 forks source link

Should Rayo Dial errors raise a Ruby exception? #17

Closed jsgoecke closed 12 years ago

jsgoecke commented 12 years ago

Should this not raise a Ruby exception to do a begin/rescue claus around, or should we be parsing the event that returns?

[2012-02-07 16:49:23] DEBUG Punchblock::Connection::XMPP:

Could not negotiate call

[2012-02-07 16:49:23] DEBUG Punchblock::Client: Handling event #<Punchblock::Event::End reason=:error, headers_hash={}, call_id="xejfqve-lx7-tt9zt738yiay", component_id=nil> with source .

jsgoecke commented 12 years ago

Ooops, wrong project.