Brayn
Brayn
Can we receive a basic tutorial asap? I'm at the end of my project and this is one of the last things to implement
It would be greatly helpful as I'm actively waiting on a tutorial as I'm not sure what the proper way to do this and need to have this feature before...
Read my issue here. It's possible you are encountering the same thing https://github.com/awslabs/aws-mobile-appsync-sdk-ios/issues/173 I described a solution there as well
@alionthego Does the message get sent when the internet connection comes back on?
A hack you can do in the meantime is to have a timer start when you send a message. If you don't receive a callback in x amount of seconds,...
@twocentstudios I'd advise caution when bypassing the appSyncClient. In doing so you are giving up useful features, such as being able to perform mutations while offline.
@alionthego I understand that in your case, a chat app wouldn't want offline mutations. Just wanted to put that warning out there for anyone else reading this since there are...
@larryonoff Did you end up implementing the priority queue in your app? I really need to use a priority queue and am thinking of using your priority queue code on...
@larryonoff I noticed that in your original PR #109 you modified AWSSQLLiteNormalizedCache.swift adding code for the priority queue but in your branch you didn't. Was that not necessary?
@larryonoff I know it wasn't approved in the master branch but in your branch that your team uses https://github.com/larryonoff/aws-mobile-appsync-sdk-ios/commit/d6da50baf94d8997dd33616f004cb6b498b328a4 you didn't modify AWSSQLLiteNormalizedCache.swift like you did in PR #109 Basically...