• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
DO and NSProxy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Questions-fest
  • Next by Date: Re: NSBitmapImageRep: RGB-data (565 mode)
  • Previous by thread: Re: Definition of Apple's own vCard format
  • Next by thread: Stopping the clip
  • Index(es):
    • Date
    • Thread