Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Configure SwiftWebSocket in background #114

Open
CRoig opened this issue Mar 7, 2018 · 1 comment
Open

Configure SwiftWebSocket in background #114

CRoig opened this issue Mar 7, 2018 · 1 comment

Comments

@CRoig
Copy link

CRoig commented Mar 7, 2018

All delegate methods plus the socket establishment are triggered on the main-thread. This is blocking UI and causing ugly glitches. is there anything I can configure to run everything in the background threads?

@chadham
Copy link

chadham commented Mar 24, 2018

If you create the socket in a background thread, associated calls should also be in the background thread, no?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants