This error seems to be coming from the network connection part.
Please check the code part related to network connection.
In my case, it occurred when I called the connection API repeatedly to the net in the background.
In other word, I called the network Api again before one Api is finished.
Or Before one api call is not completed, I moved to other screen(ViewController) that calls new Api.