Hey there again overtorment, good news!! I was able to battle this out with the server guy, he was “kind” enough to give me permissions to view the server space where the script was run and then, finally, get access to the log file, I’m sorry this took so long, but that guy is impossible, can’t have him killed, yet… too much power in one persons hands, always a recipe for trouble.
Any way, since I wasn’t able to get direct access to the log file until now (he set up an auto system which took my modified node.js file from a specific folder and copy it to the right place, closed the old process, and started the new one, it’s a drag…), what I have done it a type of “internal/external” log, where if a specific user connects, lets call him “admin”, then any message or connection being passed to the hub makes the hub send the admin any information I may need, like who the message from, to, their socket status, if exist and so forth, which helped for solve the problem I had, which was a simple lowercase/uppercase problem, like most problems in life…
Thanks again for all the help and the great work you’ve done on this code.