SwiftyZeroMQ v1.0.22 Release Notes
Release Date: 2017-01-18 // over 6 years ago-
- ⬆️ Upgrade to ZeroMQ 4.2.0 stable (up from 4.1.6).
- ➕ Add
context.setBlocky
andcontext.setMaxMessageSize
(new in 4.2) - 📚 Various documentation updates to manual and
SocketType
. - Prevent automatic deinitializer context and socket cleanup if already closed.
- Provide
context.close()
as an alias forterminate
for consistency. - 🚚 Reorganize Xcode project structure and move
libzmq
platform-specific files
to its ownLibraries
folder (was inSources
). - 🛠 Fix example project build issues (namely watchOS)