On Wed, 9 Sep 2020 12:31:50 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

>> The problem of crash is about not having proper observer. As per
>> https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Notifications/Articles/NotificationCenters.html
>> NSNotificationCenter delivers notifications to observers synchronously 
>> whereas NSDistributedNotificationCenter
>> notification is usually delivered to the main thread’s run loop, thus not 
>> depending on observer setup. Both will work
>> but since we use NSNotificationCenter in mac so far, it seems prudent to use 
>> the same methodology for this case too, so
>> I have rectified the observer setup.
>
> Hi Phil,
> Is there any more feedback on this PR? If not, can you please approve.

You still have not resolved my confusion. Please read your own evaluation in 
the bug report which says you
will use NSDistributedNotificationCenter.
Is the evaluation wrong ?

-------------

PR: https://git.openjdk.java.net/jdk/pull/28

Reply via email to