Alex Zaytsev
Alex Zaytsev
@richardgirges it sort of seems like the library has two options: access the file as `buffer` or as temp file. It would be nice if it was exposed as readable...
You can see in the repository that the DevicesApi is not included in 7.0.1 but is included in master https://github.com/okta/okta-sdk-nodejs/blob/okta-sdk-nodejs-7.0.1/src/client.js#L55 https://github.com/okta/okta-sdk-nodejs/blob/master/src/client.js#L56
Supposedly this will be addressed in `7.1.0` except there is no ETA yet on when that is available: https://github.com/okta/okta-sdk-nodejs/issues/386#issuecomment-1929152520
Experiencing the same issue except my report is 99.7% in `shared libraries`. How can I unpack that to understand what node is doing?
@hongalex What is the expected process to allow our consuming code (message callback) to keep extending the ack deadline? E.g. I get a message and start processing some long running...
Has anyone found a solution?