]> git.tdb.fi Git - libs/net.git/commitdiff
Provide a signal to handle errors from Communicator
authorMikko Rasa <tdb@tdb.fi>
Mon, 6 Apr 2015 22:19:21 +0000 (01:19 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 6 Apr 2015 22:19:21 +0000 (01:19 +0300)
Since Communicator is typically used with an EventDispatcher, it can be
inconvenient to just throw exceptions out.  Handling them would require
wrapping the EventDispatcher's tick call in a try block, and the exact
source of the exception would be lost.


No differences found