DO and NSProxy
DO and NSProxy
- Subject: DO and NSProxy
- From: Julien Guimont <email@hidden>
- Date: Thu, 30 Jun 2005 13:54:43 -0400
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!
This means (i think) that the NSDistantObject did not found the
method on the server implementation. It is able to connect to the
server because I can call any other method of the protocole on the
same object. I find it really weird and tried many things, but it
still doesn't work. I double checked names and signature and it seems
fine.
Do you have suggestions?
Julien
_______________________________________________
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