Zelly Posted September 29, 2015 Posted September 29, 2015 Am kind of getting confused with ET rcon sockets. I can send/receive the message fine, getstatus works fine too. Problem #1 is the max buffer for rcon response output is 256 (really 240) per message meaning it is split into multiple messages I assume. Problem #2 is that it sends to the network address that it received the message from so basically I can't just listen to a certain port for multiple message to come in. Not really sure what I am supposed to do in this situation fairly certain it isn't a super complex issue, just do not know what to search. Help appreciated Quote
Zelly Posted September 29, 2015 Author Posted September 29, 2015 I figured it out... Was returning on timeout when it did not receive any more messages, so it never reached second part of code. (Normally it doesn't timeout when receiving because its all in one message. Anyways its fixed 4 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.