• Resolved estadio

    (@estadio)


    Hi! Since one of last plugin update I have problem. After activating the plugin all scripts run in the console delay the output until complete. If you will run test file with code bellow in console with activated plugin and without you will see the difference:

    <?php
    require('wp-load.php');
    
    $a = 0;
    while ($a++ <= 10) {
        echo $a . ' ';
        sleep(1);
    }

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor kishanranawat

    (@kishanranawat)

    Hi there,

    We are really sorry for not replying in a timely manner.

    Thanks for letting us know about it and also thanks for explaining the steps to reproduce the same.

    We are looking into it and will get back to you as soon as possible.

    Thread Starter estadio

    (@estadio)

    @kishanranawat Hi, thank you. We’ll be waiting.

    Plugin Contributor kishanranawat

    (@kishanranawat)

    Hi @estadio,

    We are glad to inform you that the issue has been fixed in the latest version(4.5.2) of Email Subscribers.

    Please update to the latest version and let us know how it goes for you. Let us know if you have any further queries.

    Thread Starter estadio

    (@estadio)

    @kishanranawat Hi, thank you! Now it works great!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scripts delaying in console’ is closed to new replies.