I used the React Native SDK to subscribe to buckets.<ID>.files
on the client side. When the backend creates a file, two events are logged in my client's console. I tested this multiple times—sometimes it works correctly, but other times I get duplicate events. It's reproducible quite easily.
Why? Is it a bug
TL;DR
Developers are receiving duplicate events when subscribing to buckets using the React Native SDK. This issue occurs inconsistently but is easily reproducible. It is unclear whether this is a bug, but further investigation is needed to determine the cause and find a potential solution.