[Groonga-commit] groonga/express-kotoumi [master] Make sent message stable (work in progress: prepare test framework)

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jan 10 17:19:35 JST 2013


YUKI Hiroshi	2013-01-10 17:19:35 +0900 (Thu, 10 Jan 2013)

  New Revision: 243d4cd7bf70c3b481f328a14e8942e5e4b00146
  https://github.com/groonga/express-kotoumi/commit/243d4cd7bf70c3b481f328a14e8942e5e4b00146

  Log:
    Make sent message stable (work in progress: prepare test framework)

  Modified files:
    lib/backend-adaptor.js

  Modified: lib/backend-adaptor.js (+1 -1)
===================================================================
--- lib/backend-adaptor.js    2013-01-10 16:19:07 +0900 (8299e0d)
+++ lib/backend-adaptor.js    2013-01-10 17:19:35 +0900 (49cfca1)
@@ -80,7 +80,7 @@ function createId() {
 Connection.prototype.emitMessage = function(message, callback) {
   var id = createId();
   var message = {
-    id:   id,
+//    id:   id,
     body: message
   };
   if (callback) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index