Sync disconnect without Promises. The main reason for this is, that client itself is sync (async is in async/client.php) and if connection is lost during app run, it will end fatal error with exception, that can`t be catch. This will put the disconnect back to the sync state, so no more promise and no mo trouble if connection is dropped.
Sync disconnect without Promises. The main reason for this is, that client itself is sync (async is in async/client.php) and if connection is lost during app run, it will end fatal error with exception, that can`t be catch. This will put the disconnect back to the sync state, so no more promise and no mo trouble if connection is dropped.