v0.1.25 - Fix 100% CPU bug in relay client - SSL_pending busy-wait

This commit is contained in:
Your Name
2026-02-03 14:18:25 -04:00
parent 840a5bbf5f
commit 640386e2c1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -10,8 +10,8 @@
// Version information (auto-updated by build system) // Version information (auto-updated by build system)
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 1 #define VERSION_MINOR 1
#define VERSION_PATCH 24 #define VERSION_PATCH 25
#define VERSION "v0.1.24" #define VERSION "v0.1.25"
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>