-
Notifications
You must be signed in to change notification settings - Fork 56
Connection errors not forwarded to Delegate #17
Comments
Hi Pascal, I'll look into this over the weekend. Cheers |
Hi Luke! That's good news. Do you think it is possible to put the 3-line fix I included into the nightly build the next days? Currently, I workaround the fundamental bug (since I cannot handle e.g. server downtimes without the fix) with a category file for LRRestyClientProxyDelegate and a sub-protocol of LRRestyClientResponseDelegate, but that's really not very nice to present… Thanks a lot, Am 23.09.2011 um 16:41 schrieb Luke Redpath:
|
Hi Pascal, yes, I'm sure I'll have time to look at this tomorrow. Please do send me a link to your slides once you've presented them as I'd love to see them, even if they are in German. |
Hi!
I'll do, even if I don't know whether there will be many slides, since But there will be a video online, eventually. Greetings, Dr. Pascal Bihler University of Bonn, Institute of Computer Science III |
Hi Luke!
Had you time to review the bugfix? Sincerely, Dr. Pascal Bihler University of Bonn, Institute of Computer Science III |
Hi Pascal I've taken a look but I can't quite see what the bug is. The code in your original message is already present. Am I missing something? Luke |
Hi! As far as I know, only the LRRestyRequestDelegate receives the As a Resty-Framework user, I only write a block or provide a So I proposed to extend the LRRestyClientResponseDelegate with an ++ Pascal Am 26.09.11 15:29, schrieb Luke Redpath:
Dr. Pascal Bihler University of Bonn, Institute of Computer Science III |
Currently the URL connection errors are lost in the LRRestyClientProxyDelegate, so they can't be handled by the application.
To hand them down, a chunk of code is missing in the LRRestyClientProxyDelegate implementation:
and the LRRestyClientResponseDelegate must be extended by:
Any chance to see the bugfix in the nightly build soon?
Pascal
The text was updated successfully, but these errors were encountered: