tidwall / SwiftWebSocket

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

'NSObject.hashValue' is not overridable; did you mean to override 'NSObject.hash'? #156

Closed theRealGupta closed 3 years ago

theRealGupta commented 3 years ago

The library is outdated Showing errors while building.

open override var hashValue: Int { return id }

What will be the best way to fix this issue?