Re: DO and NSProxy
Re: DO and NSProxy
- Subject: Re: DO and NSProxy
- From: Chris Kane <email@hidden>
- Date: Mon, 4 Jul 2005 21:08:50 -0700
On Jun 30, 2005, at 10:54 AM, Julien Guimont wrote:
Hello,
I have been working with rendez-vous, DO and connections and it was
working until yesterday.
I added a new method to my server and tried to access it from the
client. This method is for the client to send information
(NSNumbers) back to the server. So the signature is something like
that
-(void) setCurrentULoad:(NSNumber*)uLoad andDLoad:(NSNumber*)dLoad
It is in a protocole shared between the server and the client (it
is in a framework shared by both) and implemented by the server.
When I call this particular method from the client I have the
following exception:
exception: *** -[NSProxy
doesNotRecognizeSelector:setCurrentLimitUlLoad:andDlLoad:] called!
Note the selector names in each case: "ULoad:andDLoad:" in the method
declaration you quoted, but "UlLoad:andDlLoad:" in the exception log
message. You've just misspelled the method somewhere.
Chris Kane
Cocoa Frameworks, Apple
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden