streambed / streambed-rs

Event driven services toolkit
Apache License 2.0
31 stars 5 forks source link

Additional check on secret len and sync #38

Closed huntc closed 1 year ago

huntc commented 1 year ago

I'm thinking it is possible to be able to open a file but then not receive bytes on a read given that the other file hasn't yet been flushed. We now have an additional check prior to splitting the string for the salt, and synchronise the file system to flush everything.