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
Update the synchronous work from queue when current work is completed (Azure#27573)
* Queue work when current work is not terminated
* Update work when request is 0
* Add syncSubscribed to sync subscribe
* Update CHANGELOG
* Add UT to test updating work when current work completed
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
### Breaking Changes
8
8
9
9
### Bugs Fixed
10
+
- Fixed a bug that when the current `SynchronousReceiveWork` is completed, the queued `SynchronousReceiveWork` is not updated. ([#27578](https://github.com/Azure/azure-sdk-for-java/issues/27578))
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusReceiverClient.java
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/SynchronousMessageSubscriber.java
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-messaging-servicebus/src/test/java/com/azure/messaging/servicebus/SynchronousMessageSubscriberTest.java
0 commit comments