I'm running into an issue. I have a client that instantiates that has a ready Boolean property. I want to wait until it switches to true then resolve a promise. I tried a lot of different ways including while loop that just blocks the thread completely without checking for updates.I'm running into an issue. I have a client that