Commit d340bb1
committed
📝 (README.md): update code examples and add async websocket usage
Clarify the need for LMAX support to enable demo access for WebSocket. Add examples for both synchronous and asynchronous WebSocket clients, highlighting the potential issues with the sync version and suggesting the async version for better reliability. This improves the documentation by providing more comprehensive usage examples and addressing potential issues users might face.1 parent 1283ff8 commit d340bb1Copy full SHA for d340bb1
1 file changed
+18-4Lines changed: 18 additions & 4 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+18-4Lines changed: 18 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
| ||
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
73 | | - |
74 | | - |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
75 | 77 | |
76 | 78 | |
77 | 79 | |
| ||
80 | 82 | |
81 | 83 | |
82 | 84 | |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
0 commit comments