Stefan Le Noach
Stefan Le Noach
Has anyone found a different solution for this issue besides upgrading to RN 49.5 with React 16.beta.5? This is my background task: `BackgroundTask.define(() => { console.log('Hello from a background task')...
Hey Peter, Yes, the instance you mentioned seems like it would retry even if the call succeeded. Ideally we would like to keep the connection instantiated on line 136 of...
@mcelrath I think your suggestion will work well enough for our application. Ideally we would be able to stop the connection from timing out, unfortunately it looks like this might...