You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to use python-valve to connect to Battleye in combination with ARMA3 dedicated server and ran into "ConnectionRefusedError". Tried to go through the code and realized you open the socket as TCP explicit.
Don't know when the changed it, but ARMA supports only UDP connection for RCON.
Tried to establish connection via UDP but my knowledge about sockets is so lowlevel^^
The text was updated successfully, but these errors were encountered:
I like to use python-valve to connect to Battleye in combination with ARMA3 dedicated server and ran into "ConnectionRefusedError". Tried to go through the code and realized you open the socket as TCP explicit.
Don't know when the changed it, but ARMA supports only UDP connection for RCON.
Tried to establish connection via UDP but my knowledge about sockets is so lowlevel^^
The text was updated successfully, but these errors were encountered: