Hi guys! I have a problem: I'have write a little interface to login into routeros using API. I'm successfully logged in, but when I try to send a command to the router, socket send me a message: "connection closed gracefully"... I send to router: command := '/user/getall' ///command to sen...