mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-06 08:27:04 +08:00
Close client connection on quit command
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user