From c9c70c43d207271e2e9b6f7cc4d27b4b703815a8 Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Mon, 16 Jun 2025 17:37:05 +0200 Subject: [PATCH] fixes --- library/libsds.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/library/libsds.nim b/library/libsds.nim index 0e840cb..e3ca689 100644 --- a/library/libsds.nim +++ b/library/libsds.nim @@ -137,6 +137,7 @@ proc NewReliabilityManager( ## Creates a new instance of the Reliability Manager. if isNil(callback): + echo "error: missing callback in NewReliabilityManager" return nil ## Create the SDS thread that will keep waiting for req from the main thread.