Skip to content

7.3.3

Compare
Choose a tag to compare
@dvor dvor released this 27 Dec 22:29
· 259 commits to master since this release

Bugfixes

AsyncUdpSocket
  • Issue #21. Prevent SIGPIPE signal for suspended iOS apps.
GCDAsyncSocket
  • Issues #105 and #198. Fixed warnings (float-to-int conversions and comparison between signed and unsigned values).

  • Issue #150. Fixed typo in log message - there was wrong parameter.

  • Issue #154. Typo - unary operator was used instead of binary.

  • Fixed bug - socket was closed with nil error if SecureTransport is unavaliable.

  • Fixed bug that prevent the socket from reading any data with no SSL:

    #define IS_SECURE_TRANSPORT_AVAILABLE NO
    #define SECURE_TRANSPORT_MAYBE_AVAILABLE 0
    #define SECURE_TRANSPORT_MAYBE_UNAVAILABLE 1
GCDAsyncUdpSocket
  • Issue #141. Fixed typo that prevented ipv6 udp sockets from updating after binding, leaving host, port etc empty.

Other

  • CocoaLumberjack updated to version 1.7.0 (some crash while logging are fixed)