Re: Harmful Notification Post Rate

2018-03-30 Thread Quincey Morris
On Mar 30, 2018, at 12:22 , Richard Charles wrote: > > My custom view implements -[NSResponder mouseDragged:] but this has never > caused any problems. I don’t have much to suggest except “try stuff”. I’d try to see what happened if I commented out the “mouseDragged”

Re: Harmful Notification Post Rate

2018-03-30 Thread Richard Charles
r second Mouse Dragged Rate: 125.2 events per second Mouse Dragged Rate: 124.6 events per second Mouse Dragged Rate: 168.3 events per second 2018-03-30 12:58:01.798960-0600 Xsolid[72930:1753914] Detected potentially harmful notification post rate of 112.994 notifications per second This is confusing

Re: Harmful Notification Post Rate

2018-03-29 Thread Quincey Morris
On Mar 29, 2018, at 21:00 , Richard Charles wrote: > > How can I figure out what notification is posting at a high rate? Not sure, but have you turned on “NSWindow.acceptsMouseMovedEvents” by any chance? ___ Cocoa-dev mailing

Harmful Notification Post Rate

2018-03-29 Thread Richard Charles
When dragging the mouse the console will issue a warning "Detected potentially harmful notification post rate of xxx.xxx notifications per second". How can I figure out what notification is posting at a high rate? --Richard Charles ___