This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Commit d1ad22a
[FAB-10848] Invalid seek type in Event Client
When the Event Client is created using the WithBlockEvents
option, only pass the WithSeekType option to the event
service if seekType has been specified. Also, add a check
for blank seek type in the event service to prevent
against this case.
Change-Id: I48cff39582f34d3c0d40f327555fcba79ab7a4a1
Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>1 parent cb4ad13 commit d1ad22a
2 files changed
+15
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
59 | 68 | | |
60 | 69 | | |
61 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments