The option "Don't Block UI" starts the socket connection into a separate coroutine to avoid blocking user interact operations.
![](lib/NewItem111.png)
This option should be used if some connection process UI will be displayed to the user, otherwise, UI will freeze while the connection process is in progress.