Skip to content

Releases: robbiehanson/CocoaAsyncSocket

7.3.4

26 Jan 20:11
Compare
Choose a tag to compare

Bugfixes

GCDAsyncUdpSocket
  • Issue #211. Fixed wrong condition for all methods that can be used in performBlock:.
  • Fixed multicast operations for IPv6 (problem with performMulticastRequest:forGroup:onInterface:error: method for IPv6).

7.3.3

27 Dec 22:29
Compare
Choose a tag to compare

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)