Closed AA-Turner closed 4 weeks ago
On a non-local network, promises are sufficiently slow to resolve that the fall-through executes first. Switching to async-await should ensure strict ordering.
A
On a non-local network, promises are sufficiently slow to resolve that the fall-through executes first. Switching to async-await should ensure strict ordering.
A