你如何把 close() 放在 writeBuffer 回调中?
问问题
6831 次
1 回答
2
一个简单的例子是
https://github.com/mongodb/node-mongodb-native/blob/master/test/gridstore/grid_store_test.js#L97
还要检查文档以了解行为的变化,writeBuffer 已被删除,因此只需使用 write。
于 2012-04-18T19:26:55.677 回答