livecode icon indicating copy to clipboard operation
livecode copied to clipboard

only issue ulTickleMe for libURL sockets

Open mwieder opened this issue 4 years ago • 0 comments

The ulTickleMe messages is currently issued once a second if there are any open sockets. This is overbroad, in that if I "accept connections on socket x" and then issue an http request (for example to query whether there are any updates) then the ulTickleMe message will continue in perpetuity rather than ending when the http request finishes. This patch checks for only libUrl sockets instead of for sockets in general. The ulTickleMe messages properly stop when the libUrl command ends.

mwieder avatar Jul 17 '21 19:07 mwieder