Skip to content

Commit 83effe6

Browse files
Update README and timeout check
1 parent 7a549f1 commit 83effe6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ I have learnt a number of things whilst implementing this:
167167
# History
168168
## 1.1.0
169169
- Add support for FieldValue
170-
- Add experimental support for Transactions
170+
- Add experimental support for Transactions. _Please note this is **experimental**!_
171171
- Add startswith polyfill
172172

173173
## 1.0.10

src/android/uk/co/reallysmall/cordova/plugin/firestore/RunTransactionHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void onReceiveValue(String value) {
6969
timedOut = timedOut(started);
7070

7171
while (transactionQueue.queue.size() < 1 && !timedOut) {
72+
timedOut = timedOut(started);
7273
}
7374

7475
TransactionDetails transactionDetails = transactionQueue.queue.get(0);

0 commit comments

Comments
 (0)