Closed dingmingxin closed 7 years ago
I'd start by capturing the return value of the eventtap creation in a variable (not a local), otherwise it's at risk of being garbage collected, which may be what's happening here.
Does that help?
Solved! Many thanks
Here is my configuration:
http://localhost:12345/
with my default webbrowser, the scroll callback was no longer workinghsdocs.stop
, the callback was still not working.Here is my env:
I think something abnormal must happened when http server is access by client. But I can not figure it out, would someone help ?