• 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
Soap Response Delay [SOLVED]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Soap Response Delay [SOLVED]


  • Subject: Soap Response Delay [SOLVED]
  • From: Mustafa Tuğrul Özşahin <email@hidden>
  • Date: Thu, 18 Mar 2010 17:35:39 +0200

I figured out the reason of the delay in my soap responses. The reason is not releasing the response properly.

    CFDictionaryRef resCF = WSMethodInvocationInvoke(soapReq);
    CFRelease(soapReq);
    NSDictionary *result = [(NSDictionary *)resCF copy];
    CFRelease(resCF); // This is Vital

So don't forget to release the response.
I just wrote it in case someone else has the same problem.
Thanks everyone.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Attaching interface filter NKE blocks Airport from coming up
  • Next by Date: HTTP Digest authentication in Objective -C using byte array as password
  • Previous by thread: Re: Attaching interface filter NKE blocks Airport from coming up
  • Next by thread: HTTP Digest authentication in Objective -C using byte array as password
  • Index(es):
    • Date
    • Thread