Quote Originally Posted by mcfly
Could you use Slim::Networking::SimpleAsyncHTTP instead of LWP::Simple for making HTTP requests in your plugin? If e.g. weather.com doesn't respond to a HTTP request in a timely matter, the SuperDateTime plugin currently blocks on read, causing slimserver to "freeze". Thanks.
Thanks for the suggestion. I'll look into it. I don't recall seeing it in the standard API docs.