Haven't been on here in quite a while. Yesterday got on and saw I missed a tag on a potential opportunity and now I have FOMO.
The struggle is real, I really don't want to be on this platform, but then I feel like I miss important tidbits π
For @reactnative devs who have been using #twiliovideo what has been your new provider of choice? Twilio recommends zoom, but I'm curious to see what others are doing.
@jamonholmgren@infinite_red Oh?!?! Maybe I can pick your brain on the zoom SDK then. The example app fails to create/join a meeting Β π¬
I posted on the developer forum. I like that Twilio put out migration guides, but it's def lacking for RN.
@ChainReactConf has been easily a top 3 experience as a speaker AND as an attendee. Consider submitting a talk and sharing your experience with the @reactnative community. Looking forward to seeing what this years agenda will bring!
Who in my network can help me out with the AWS SDK for S3Client?
tl;dr getting very inconsistent results in code that is supposed to get object then transformToByteArray, it hangs on the transform sometimes after one doc, sometimes after 2-5, but I can't get it to run full load.
@AWSSupport The first article is what I'm doing and it fails after first document on the `.transformToByteArray`, it just hangs, does not technically fail but does not throw an error or provide a response.
@calebtonkinson We should catch up, and thanks for replying.
It's not a memory issue, running locally on my machine but also when it fails after the first file it's wild. They are less than 1MB files, typically pretty small honestly. All PDF and I get the res from s3 but transform fails to read
@focusotter Hey, thanks for replying! This is running locally as a migration script `@aws-sdk/client-s3` and then sending a getObject Command. This is getting the stream of the file. It runs fine the first time but then fails randomly after that and I haven't made it past 5 files.