How can I stream levels while pausing?

I want to pause the game to avoid it progressing while the level is loading, but pausing stops the level streaming from continuing.

Streaming is done on the game instance.

It was stated that game instances are not affected by pausing, but level streaming seems to be an exception.

Also, in Open Levels, it’s unclear when the loading is complete.

How should i deal with this problem?