Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f6246b

Browse files
authored
Merge pull requestFirebaseExtended#213 from ed7coyne/add-comment
Added warning message to stream() until we can fix it.
2 parentsdb97591 +8b0bdc2 commit3f6246b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/FirebaseArduino.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ class FirebaseArduino {
189189
* You should check success() after calling.
190190
* This changes the state of this object. Once this is called you may start
191191
* monitoring available() and calling readEvent() to get new events.
192+
* WARNING: Currently you cannot make another call while the stream is
193+
* running, otherwise you will crash due to memory issues. See:
194+
* https://github.com/googlesamples/firebase-arduino/issues/48
192195
* \param path The path inside of your db to the node you wish to monitor.
193196
*/
194197
voidstream(const String& path);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp