Reputation: 53
Please check this below code. Every time I am receiving this case: .viablityChanged I don't know what is this error and why it's coming and how to solve this. I am using the Starscream Websocket lib.
Upvotes: 4
Views: 612
Reputation: 1762
This is not an error, you are just stuck on breakpoint. If you click on blue sticker at line 120, you will disable it and execution is going to continue.
Upvotes: 0