This commit is contained in:
Gabriel mermelstein 2025-06-16 17:37:05 +02:00
parent f4bcb68266
commit c9c70c43d2
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -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.