Align use_state with JS implementation #856
Labels
enhancement
New feature or request.
t-tooling
Issues with this label are in the ownership of the tooling team.
This is pre-requisite for adaptive crawler : #249
use_state should ensure access to global state without race conditions. Currently there can be race conditions when two parallel handlers try to access same value at the same time. Both can get it from kvs and that results in two separate references. Instead both should always get the same reference. So there should be lock that ensures no race conditions.
use_state in JS implementation has hard-coded key.
The text was updated successfully, but these errors were encountered: