Skip to content

Commit 263b3e2

Browse files
author
emilkm
committed
Add some examples to readme.
1 parent d6c958a commit 263b3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ p.then((res: amf.Response) => {
9595

9696
## Block Request Queue
9797

98-
The AMF Client operates a request queue. When multiple requests are sent close together, they are batched in the same AMF packet. During startup of an application one may need to do some initialisation before requests are sent. When the queue is blocked it is the responsibility of the user to release it.
98+
The AMF Client operates a request queue. When multiple requests are sent close together, they are batched in the same AMF packet. During startup of an application one may need to do some initialisation before subsequent requests are sent. When the queue is blocked it is the responsibility of the user to release it.
9999

100100
```typescript
101101
let p1 = amfc.invoke<amf.Response>("SessionService", "establishSession", [], true);

0 commit comments

Comments
 (0)