Hi,
I’ve been working quite a lot with a tool that automatically uploads Addressables built AssetBundles and catalog to a Unity CCD bucket and, sometimes, when I’m patching an entry with an AssetBundle that is a little heavy, I get the next exception:
ObjectDisposedException: Cannot access a disposed object.
Object name: ‘MobileAuthenticatedStream’
I assume that, somehow, an object that manages the connection with the bucket API is disposed, but I’m not doing anything different from the other times when the data uploading is done perfectly. In fact, when I get that error, I just restart the upload process and, most of the times, everything goes well. But this error is an inconvenience that I would like to fix. Any idea about how this might occur? Is it my fault or there is a problem with the Unity CCD API?
Thank you in advance!