ZeroMQ icon indicating copy to clipboard operation
ZeroMQ copied to clipboard

ZeroMQ for Swift

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

This adds `swift-tools-version` to the top of `Package.swift` for compatibility with SPM for Swift versions 5 (and up), as well as some file restructuring to place everything where SPM expects...

Xcode 12.2 don't support swift 3 any more

When I call `socket.receiveString()` in a [Venice Coroutine](https://github.com/VeniceX/Venice#co), the app blocks inside the coroutine. **Example** When I run the following code, it prints `running coroutine` and then blocks. ``` Swift...