SwiftWebSocket icon indicating copy to clipboard operation
SwiftWebSocket copied to clipboard

Configure SwiftWebSocket in background

Open CRoig opened this issue 6 years ago • 1 comments

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?

CRoig avatar Mar 07 '18 12:03 CRoig

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

chadham avatar Mar 24 '18 01:03 chadham