Close client connection on quit command

This commit is contained in:
Kelvin Clement Mwinuka
2024-05-30 20:01:24 +08:00
parent 502e804459
commit 6f8511632e
3 changed files with 15 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ func setUpServer(bindAddr string, port uint16, requirePass bool, aclConfig strin
echovault.WithConfig(conf),
)
// Add the initial test users to the ACL module
// Add the initial test users to the ACL module.
// a.AddUsers(generateInitialTestUsers())
return mockServer