Coder Social home page Coder Social logo

Comments (2)

mobizt avatar mobizt commented on June 4, 2024

Thanks for address the issue.

Due to the next update is nearly to finish and publish.

At this time, please change the code in library at FirebaseESP8266.cpp, at line no. 3056 from

if (ml - dataObj._streamResetMillis > 50)
//https://github.com/mobizt/Firebase-ESP8266/blob/master/src/FirebaseESP8266.cpp#L3056

to

if (ml - dataObj._streamResetMillis > 100)

This value is the interval to routinely pause the stream reading and reset the FirebaseData to allow others mcu tasks for every 50 ms. If more FirebaseData streams are in sequential loop, this interval is timed up easily and quit the stream reading function immediately then it needs more interval e.g. 100 for two FirebaseData streams or 150 for three FirebaseData streams.

The next update will add this fix and other bugs fix.

from firebase-esp8266.

guissalustiano avatar guissalustiano commented on June 4, 2024

It's work perfect
Thank to the answer, support and awesome library

from firebase-esp8266.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.