This is somehow strange. Sometimes padawan is not responding to request at all. There is also no log message. Padawan is still up and running as a request in another file will work all right.
I can reproduce it with Laravel project.
composer global require laravel/installer
laravel new test
- edit
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php
- There is no response from padawan-server. Well, most of the times.
Sometimes the server is responding, and when it does its quite fast response. I've tried it with the netcat, and it worked few times, but usually its just silent. I think it is related to #13.
This is somehow strange. Sometimes padawan is not responding to request at all. There is also no log message. Padawan is still up and running as a request in another file will work all right.
I can reproduce it with Laravel project.
composer global require laravel/installerlaravel new testvendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.phpSometimes the server is responding, and when it does its quite fast response. I've tried it with the netcat, and it worked few times, but usually its just silent. I think it is related to #13.