[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Exception and selector performing
From: |
Stefan Urbanek |
Subject: |
Exception and selector performing |
Date: |
Sun, 08 Aug 2004 21:13:41 +0200 |
Hi,
Here is the situation: I have DO connection: [Observer] <-----> [Server]. I do:
1. send oneway message from Observer to Server
2. server does something and uses
performSelectorOnMainThread:@(notyfyObserver)
withObject:self
waitUntilDone:NO'
3. 'notifyObserver' is run in server and it sends a message to Observer
4. when there is an exception in an observer method it is swallowed
And (4.) is the problem, as it is really dificult to debug any application if
there is an exception. How do I know that there was an exception?
Is it a bug or a feature?
Thanks,
Stefan
- Exception and selector performing,
Stefan Urbanek <=