The option "Don't Block UI" starts the socket connection into a separate coroutine to avoid blocking user interact operations.



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.