mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
check mongo reply data stream
This commit is contained in:
@@ -98,7 +98,7 @@ function mongo.client( conf )
|
||||
host = obj.host,
|
||||
port = obj.port,
|
||||
response = dispatch_reply,
|
||||
auth = mongo_auth(conf),
|
||||
auth = mongo_auth(obj),
|
||||
}
|
||||
setmetatable(obj, client_meta)
|
||||
obj.__sock:connect(true) -- try connect only once
|
||||
|
||||
Reference in New Issue
Block a user