You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new iterator style API for bucket notifications has an issue with handling multiple events.
This can be reproduced when running the ListenBucketNotification example and uploading a file.
The first event is continuously published and handled, no other event is handled.
The new iterator style API for bucket notifications has an issue with handling multiple events.
This can be reproduced when running the ListenBucketNotification example and uploading a file.
The first event is continuously published and handled, no other event is handled.
A fix is proposed in PR #838
The text was updated successfully, but these errors were encountered: