Minimum time between generate and setDetails?

Is there a minimum settling time before limelm.pkey.setDetails can be called after limelm.pkey.generate? Our web frontend generates some data after the generate call returns keys, and so needs to update the feature fields of those records.

For some reason this fails silently (the setDetails call returns, but there is no json data returned).

Nope theres no minimum time. We cant reproduce this here. Please provide a simple way to reproduce this if you continue to see aberrant behavior.

PBCAK. On creating a test case, it became apparent that the pkey.id value returned from generate operation is an array. Passing an array to the pkey field of setDetails gives the behaviour seen.

Dereferencing the array value and passing a single value works as expected. Sorry for the bother... 🙂