diff --git a/React/Inspector/RCTInspectorPackagerConnection.m b/React/Inspector/RCTInspectorPackagerConnection.m index 84daf042e92..72664d6bfd4 100644 --- a/React/Inspector/RCTInspectorPackagerConnection.m +++ b/React/Inspector/RCTInspectorPackagerConnection.m @@ -287,7 +287,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init) - (void)sendToPackager:(NSDictionary *)messageObject { __weak RCTInspectorPackagerConnection *weakSelf = self; - dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ + dispatch_async(_jsQueue, ^{ RCTInspectorPackagerConnection *strongSelf = weakSelf; if (strongSelf && !strongSelf->_closed) { NSError *error;