Paavo Bennett
Paavo Bennett
@daverigby What about Flipper-Folly? [It is still on v2021.06.14.00](https://github.com/CocoaPods/Specs/blob/master/Specs/5/7/2/Flipper-Folly/2.6.10/Flipper-Folly.podspec.json#L12). Would be nice to fix this vulnerability with a newer Flipper-Folly version with at least v2021.07.22.00.
@daverigby The CocoaPods link brings me to this GitHub repo: https://cocoapods.org/pods/Flipper-Folly. I will bring this up in the facebook/flipper repo, then.
Given that [the recommended practice from Electron is to sandbox](https://www.electronjs.org/docs/latest/tutorial/security#4-enable-process-sandboxing), and that [contextIsolation is on by default](https://www.electronjs.org/docs/latest/tutorial/security#3-enable-context-isolation), I would hope this is a feature that could be added!
Just tested with 28.1.2, still an issue.
Jest tested with 28.1.3, still an issue.
Just tested with 29.0.1, still an issue.
I ran into this as well after upgrading to 1.14.0. It seems like there was an unannounced breaking change that requires producer.connect to be called before sending?
> This has always been the case. We have never supported sending messages without first connecting the producer. It's possible that a change in the network layer caused a change...
@JaapRood What are the other issues with exactly-once producing? We are thinking of switching to transactions but if it won't work as intended we might hold off.