SwiftWebSocket
SwiftWebSocket copied to clipboard
- add SWS prefix to WebSocket class name
Missing prefix leads to conflicts with other 3rd party libs written in Objective C due to missing namespacing in Objective C
@rubensbubens thanks for your work!