Patch Changes
- Add missing
fetchSubscriptions
entry toOperationContext
. The Client’sfetchSubscriptions
now works properly and can be used to execute subscriptions as multipart/event-stream requests
Submitted by @kitten (See #3244) - ⚠️ Fix
fetchSource
not working for subscriptions sincehasNext
isn’t necessarily set
Submitted by @kitten (See #3244)