Skip to content

Commit b67a686

Browse files
authored
Update README.md
1 parent 6175467 commit b67a686

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,11 @@ firebase.addto("testtag", "data1"[, bg=True, id=0])
181181
firebase.delete("testag"[, bg=True, id=0])
182182
```
183183
## Functionality
184-
A thread is created for each command* entered. There is a kind of waiting loop for these commands, so **only one connection can be executed at a time per id**. So if you make 4 get commands, these are processed **one after the other**, which means that the _last command is executed much later_ or if you make 4 get commands, half id=0, half id=1, these are processed **2*one after the other**, which means that the _last command is executed a bit earlier_ .
184+
A thread is created for each command* entered. There is a kind of waiting loop for these commands, so **only one connection can be executed at a time per id**.
185+
186+
If you make 4 get commands, id=0, these are processed **one after the other**, which means that the last command is executed much later.
187+
188+
If you make 4 get commands, half id=0, half id=1, these are processed **2*one after the other**, which means that the last command is executed a bit earlier.
185189
>*exception if bg = False
186190

187191
<meta name="google-site-verification" content="FTs6IR_lrQ_1XqCMMtQI_AUInQqW3qCF3H7TV1QgqUY" />

0 commit comments

Comments
 (0)