2016-01-18 73 views
4

On react native,我試圖使用'ddp-client'節點庫連接到流星服務器。剛過連接成功後,我收到客戶端上的以下錯誤:process.nextTick不是函數(React native,ddp,meteor)

2016-01-17 16:14:15.992 [trace][tid:com.facebook.React.JavaScript] ddp message: {"msg":"connected","session":"PGLBqgvoeuXgBtke2"} 
2016-01-17 16:14:16.007 [warn][tid:com.facebook.React.JavaScript] process.nextTick is not a function. (In 'process.nextTick(function(_this){ 
return function(){ 
return _this._flush();};}(

this))', 'process.nextTick' is undefined) 
2016-01-17 16:14:16.008 [error][tid:com.facebook.React.RCTExceptionsManagerQueue] Unhandled JS Exception: process.nextTick is not a function. (In 'process.nextTick(function(_this){ 
return function(){ 
return _this._flush();};}(

this))', 'process.nextTick' is undefined) 

回答

相關問題