Hi, I'm just getting started playing with this library. One thing I've noticed is that in my local development environment (a more or less stock VIP Quickstart Vagrant box on a Macbook Pro), the post to admin-post.php always fails with the 0.01s timeout in the plugin.
Is there a reason why this needs to be set so low? The request is non-blocking anyways, Is there any reason a default timeout can't work?
In addition, the only way I could make the admin-post callback complete was by adding @ignore_user_abort( true ); to my local admin-post.php (or the equivalent value in php.ini, though that's even sketchier...). Is this a requirement for the plugin to work, and if so, should it be documented somewhere?
Hi, I'm just getting started playing with this library. One thing I've noticed is that in my local development environment (a more or less stock VIP Quickstart Vagrant box on a Macbook Pro), the post to admin-post.php always fails with the 0.01s timeout in the plugin.
Is there a reason why this needs to be set so low? The request is non-blocking anyways, Is there any reason a default timeout can't work?
In addition, the only way I could make the admin-post callback complete was by adding
@ignore_user_abort( true );to my localadmin-post.php(or the equivalent value inphp.ini, though that's even sketchier...). Is this a requirement for the plugin to work, and if so, should it be documented somewhere?