lmsace / lmsace-connect-woocommerce

WooCommerce Extension - WordPress plugin to sell Moodle LMS courses through the WooCommerce
6 stars 2 forks source link

Handles open session with session_write_close() #8

Open MauricioTRP opened 9 months ago

MauricioTRP commented 9 months ago

I've added a call to session_write_close() before creating a new instance of LACONN_Main to free up the server threads to handle other requests and unblock others HTTP requests.

This should fix Issue #6

MauricioTRP commented 8 months ago

Modified process_order_completed from inc/class-lac-woocom.php file. this fixed issue #10