A Fire and Forget API call is made and its disposable is added to compositeDisposable. We are not handling any results. We just need to update the server on an action. After the call is made and in OnDestroy of the fragment, we are disposing the composite disposable. Will the API call be a success or failure (on the server-side) if it was disposed before the call was completed (received in subscribe method) on the app side?