I have strange problem:
I have in my web app 2 places where send http request to server.
In one place it works reliably in both debug and release modes.
2017-08-08 21:11:05.871:INFO::HttpUtils2: SubmitJob
2017-08-08 21:11:06.091:INFO::HttpUtils2: hc_ResponseSuccess1)
2017-08-08 21:11:06.095:INFO::HttpUtils2: Response_StreamFinish1)
2017-08-08 21:11:06.095:INFO::HttpUtils2: CompleteJob1)
2017-08-08 21:11:06.095:INFO::HttpJob: Complete)
...
But in other place hc_ResponseSuccess is raised only if app start in debug mode.
If app starts in release mode I see in logs only:
2017-08-08 21:11:16.307:INFO::HttpUtils2: SubmitJob
I tried before resumable subs and had similar problems. Which is why I decided to try usual callbacka and still hc_ResponseSuccess doesn't come.
I have in my web app 2 places where send http request to server.
In one place it works reliably in both debug and release modes.
2017-08-08 21:11:05.871:INFO::HttpUtils2: SubmitJob
2017-08-08 21:11:06.091:INFO::HttpUtils2: hc_ResponseSuccess1)
2017-08-08 21:11:06.095:INFO::HttpUtils2: Response_StreamFinish1)
2017-08-08 21:11:06.095:INFO::HttpUtils2: CompleteJob1)
2017-08-08 21:11:06.095:INFO::HttpJob: Complete)
...
But in other place hc_ResponseSuccess is raised only if app start in debug mode.
If app starts in release mode I see in logs only:
2017-08-08 21:11:16.307:INFO::HttpUtils2: SubmitJob
I tried before resumable subs and had similar problems. Which is why I decided to try usual callbacka and still hc_ResponseSuccess doesn't come.