SwiftWebSocket icon indicating copy to clipboard operation
SwiftWebSocket copied to clipboard

Fast Websockets in Swift for iOS and OSX

Results 64 SwiftWebSocket issues
Sort by recently updated
recently updated
newest added

Line 440 of WebSocket.swift causes a warning in Xcode. The warning is "Initialization of 'UnsafePointer' results in a dangling pointer". strm.next_in = UnsafePointer(inflateEnd) It is just a warning, but it...

Can anyone please share the code snippet of subscribing and listening to events?

Last merge changed Swift version to 5.0 only for iOS build target. Now should work properly for all platforms.

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

## Number 1 ---- ``` WARNING: ThreadSanitizer: Swift access race (pid=97366) Modifying access of Swift variable at 0x7b2800038ce0 by thread T3: #0 closure #1 in Manager.init() :2 (App:x86_64+0x10212d834) #1 partial...

404 Not Found Code: NoSuchKey Message: The specified key does not exist. Key: autobahn/testsuite/index.html RequestId: EQCZ5J9BKBY99JK0 HostId: 9n8GSuSLe8xZd4YkoW17aTcSFOJCfcAR6ZlL8496Jt5a+ps6G3MY8Rdkp3vfPERW+rN1rFq16zo=

Warning: Hashable.hashValue' is deprecated as a protocol requirement; conform type 'InnerWebSocket' to 'Hashable' by implementing 'hash(into:)' instead lines 603

Fisrt of all thanks for great library. Will there be a new version for xcode 10.2 and swift 5.0? Best

Hey... My project stopped compiling with the following errors: Undefined symbol: _inflate Undefined symbol: _zlibVersion Undefined symbol: _deflateInit2_ Undefined symbol: _inflateEnd Undefined symbol: _deflateEnd Undefined symbol: _inflateInit2_ ``` Undefined symbols...

Xcode 11 now supports Swift Package Manager, but so far it is not possible to add SwiftWebSocket to project via Xcode 11 SPM without proper repository version tag that follows...