tidwall / SwiftWebSocket

Fast Websockets in Swift for iOS and OSX
MIT License
1.53k stars 247 forks source link

- add SWS prefix to WebSocket class name #160

Open rubensbubens opened 3 years ago

rubensbubens commented 3 years ago

Missing prefix leads to conflicts with other 3rd party libs written in Objective C due to missing namespacing in Objective C

lgreydev commented 1 year ago

@rubensbubens thanks for your work!