Are there issues with iHttpUtils2 in the new B4I V5.50?
Working code gives errors since upgrade to new release:
Unexpected event (missing RaisesSynchronousEvents): AFTER_SLEEP
Error occurred on line: 301 (HttpJob)
Error reading from stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
Are there issues with iHttpUtils2 in the new B4I V5.50?
Working code gives errors since upgrade to new release:
Unexpected event (missing RaisesSynchronousEvents): AFTER_SLEEP
Error occurred on line: 301 (HttpJob)
Error reading from stream: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory" UserInfo={_kCFStreamErrorCodeKey=2, _kCFStreamErrorDomainKey=1}
Are you using a code module for ihttputils2 or the library ? maybe you are using an old version of ihttputils2 code module, try removing it and using the library from the libs tab in b4i. I am just guessing.