You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Michael Kirk 29a0597b0c Only call sendMessage on main thread.
The proximate cause for this change was a failing assert in the recently
introduced call to `setBackgroundTaskIdentifier` which is synchronized
on the main thread.

But generally, to keep things simple, we prefer calling back on main
thread unless performance dictates otherwise.

// FREEBIE
8 years ago
Example Keep unit tests with their class files 8 years ago
Utilities Fix typo. 8 years ago
protobuf Include digest in attachments 8 years ago
src Only call sendMessage on main thread. 8 years ago
tests Added some tests per CR 8 years ago
.clang-format Avoid deadlock while accepting new key (#17) 9 years ago
.gitignore Censorship circumvention in Egypt and UAE 9 years ago
.travis.yml Explain send failures for text and media messages 9 years ago
CONTRIBUTING.md contributing.md referencing Signal-iOS coding guidelines. Inlined legal. (#8) 9 years ago
LICENSE Initial commit 10 years ago
Makefile Explain send failures for text and media messages 9 years ago
README.md Get tests + ci running 9 years ago
SignalServiceKit.podspec Censorship circumvention in Egypt and UAE 9 years ago

README.md

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X