I have a simple GraphQl query that works fine all the time when I call it Except in on case when I minimize my app and receive the push and when I open the app by tapping on the push I fire a AppSync query sometimes it works and sometime I receive this error in the response : -
Optional
▿ some : AWSAppSyncClientError
▿ requestFailed : 3 elements
- .0 : nil
- .1 : nil
▿ .2 : Optional
- some : Error Domain=NSPOSIXErrorDomain Code=53 "Software caused connection abort" UserInfo={_kCFStreamErrorCodeKey=53, _kCFStreamErrorDomainKey=1}
I would like to mention that I'm Developing this application in iOS having AppSync version 2.10.1.
Didn't seem to find this problem regarding AppSync so if anybody have an idea feel free to share.
Thanks.