SwiftSockets icon indicating copy to clipboard operation
SwiftSockets copied to clipboard

A simple GCD based socket wrapper for Swift.

Results 3 SwiftSockets issues
Sort by recently updated
recently updated
newest added

When ARIFetch receives a full read-buffer (4096 bytes), it sometimes stops. This is because the read() might end within an UTF-8 sequence (the UTF-8 decoding will fail and the non-optional...

The current implementation blocks on connect(). Would be nice to have an asynchronous variant. Not sure GCD has a (scalable) solution for that builtin or whether we need to make...