Meteor + React stubFence error suddenly rised

On Meteor 1.3.4.2 and even after upgrading to 1.3.5.1, we have a new Exception rising on app start:

I/chromium(10163): [INFO:CONSOLE(958)] "Exception in setTimeout callback: Error: stubFence cannot lock since another stubFence is running

It is strange since we have not done any hard change and exception started before updating meteor.

App is a Meteor + React and using Cordova on cellular phone.

Thanks in advance.

PS. Forgot to mention that we are ignoring the exception since it does not seem to make any effect… yet.