- Dec 08, 2023
-
-
gjahn authored
The location where the actual items should reside is in the store, while only references are being returned when attempting to access an item.
-
gjahn authored
Fore more information see https://go.dev/blog/maps#concurrency
-
- Nov 25, 2023
-
-
gjahn authored
For now it's just ephemeral. Instead of disabling the timeout (-1), it's set to 1 ms for all requests in the state paths test. Otherwise race condistion may occur. Symptoms include incorrect state name, because it may have been read before it's fully written to the store.
-