-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove the class FIRMessagingRmq2PersistentStore #4045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
99f5e4f
c5d1007
591cfac
992485d
0bf3801
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,3 +45,14 @@ _Pragma("clang diagnostic pop") | |
| return nil; \ | ||
| } while (0) | ||
| #endif | ||
|
|
||
| #if defined(DEBUG) | ||
| #define FIRMesssaging_MUST_NOT_BE_MAIN_THREAD() \ | ||
charlotteliang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| do { \ | ||
| NSAssert(![NSThread isMainThread], @"Must not be executing on the main thread."); \ | ||
|
||
| } while (0); | ||
| #else | ||
| #define RCN_MUST_NOT_BE_MAIN_THREAD() \ | ||
| do { \ | ||
| } while (0); | ||
| #endif | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.