I have code that tries to "get" a label with certain text, and if it doesn't find it, creates a new label with the text. I expect if the label doesn't exist I would still get a LabelPage back with totalNumEntries = 0, but recently I've been getting None back from time to time. When this happens, the code then tries to create the label, only to get a duplicate name error (meaning the "get" should have returned a label, not nothing). This test account I'm using has a lot of labels - is this just a slow response issue? Is there a way to tell the code to "wait until the response comes back" before moving on?