You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript-sdk/packages/client/src/agent/ISSUES.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,5 @@
1
1
## Issues Exposed by the Real Tests:
2
2
3
-
### 1. **EmptyError Issues**
4
-
5
-
Many tests fail with `EmptyError: no elements in sequence` - the real `defaultApplyEvents` implementation doesn't emit values properly, causing the RxJS pipeline to complete without emitting anything.
6
-
7
-
### 2. **Missing onEvent Callback** ✅ (as you expected)
8
-
9
-
```
10
-
Expected number of calls: 2
11
-
Received number of calls: 0
12
-
```
13
-
14
-
The real implementation does NOT call the generic `onEvent` callback, confirming this is missing.
15
-
16
3
### 3. **Buffer Logic Mismatch** ✅ (as you pointed out)
0 commit comments