Héctor

Results 3 issues of Héctor

### Version 0.6.0 Hi! I am trying that my App run this console.log() when he finds the beacon. It works until I change to Background Mode. Then, the logs stops...

Hello. I cannot get this simple test work. I wrote the client in C++ and the server in NodeJS, both running on my computer. When I execute the client application,...

I send three images to my server with this code: ``` var obj = { uploadUrl: Globals.BASE_URL + Globals.API_PATH + q, method: 'POST', // default 'POST',support 'POST' and 'PUT' headers:...