snej / MYNetwork

Mooseyard Networking library: Cocoa utilities, including a generic TCP server/client, plus the reference implementation of the message-oriented BLIP protocol. (This is a mirror of the Mercurial repository at https://bitbucket.org/snej/mynetwork)
27 stars 9 forks source link

Fixed a crash caused by unintuitive objc_msgSend behavior on arm64 #13

Closed mnespor closed 10 years ago

mnespor commented 10 years ago

For more info, check out "Dispatch Objective-C Messages Using the Method Function's Prototype" here: https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/ConvertingYourAppto64-Bit/ConvertingYourAppto64-Bit.html

snej commented 10 years ago

Thanks for the fix!