gcmcnutt / Sensor2

CMSensorRecorder direct to DynamoDB experiments
Apache License 2.0
4 stars 1 forks source link

understand re-enable the async prefetch of credentials in watch #6

Closed gcmcnutt closed 7 years ago

gcmcnutt commented 7 years ago

right now, the async prefetch is disabled -- understand how this can be re-enabled

gcmcnutt commented 7 years ago

there is a case for the wait for reply always being true -- when this is turned off the latency masked prefetch should work in all edge cases (note: this is disabled as it isn't working in several cases)

gcmcnutt commented 7 years ago

ok, can be turned on now, with the addition of some exclusion code to ensure only one outstanding request at a time. testing how prefetch works now...