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
{{ message }}
This repository was archived by the owner on Mar 29, 2026. It is now read-only.
fix, ci: general code improvements, removed some ci runners. (#15)
* fix, ci: general code improvements, packet_size no longer gets converted to size_t, removed some warnings on windows, added more unittests, removed some ci runners
* fix: added/removed missing/unneeded spacing
* feat: added missing socket header
* ci: removed CI that isn't needed
* ci: readded ctest to a runner
* fix: Unit tests no longer complete if exception was found
* ci: simplified ci for linux
Copy file name to clipboardExpand all lines: include/rconpp/client.h
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ class RCONPP_EXPORT rcon_client {
77
77
*
78
78
* @warning If you are expecting no response from the server, do NOT use the callback. You will halt the RCON process until the next received message (which will chain).
// DEFAULT_TIMEOUT is in seconds (library was originally built for Linux and Linux/Unix uses seconds, we just need to convert to milliseconds for Windows.
0 commit comments