-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[service-bus] Track 2 - push down methods of MessageReceiver that are only used for StreamingReceiver #10322
[service-bus] Track 2 - push down methods of MessageReceiver that are only used for StreamingReceiver #10322
Commits on Jul 29, 2020
-
A service side change has made it so specifying different values for …
…sessionId and partitionKey is now considered a failure.
Configuration menu - View commit details
-
Copy full SHA for cddf95d - Browse repository at this point
Copy the full SHA cddf95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3615407 - Browse repository at this point
Copy the full SHA 3615407View commit details -
* Fix a broken test that got through when I accidentally skipped the …
…live test run on my BatchingReceiverLite PR * Moved the receiverInit.spec.ts into 'internal' since it is purely a unit test.
Configuration menu - View commit details
-
Copy full SHA for 399d6f2 - Browse repository at this point
Copy the full SHA 399d6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbf6284 - Browse repository at this point
Copy the full SHA fbf6284View commit details -
* Pushing down methods from MessageReceiver that really only belong t…
…o StreamingReceiver. - maxConcurrentCalls - onDetach
Configuration menu - View commit details
-
Copy full SHA for bd4c7fd - Browse repository at this point
Copy the full SHA bd4c7fdView commit details -
Migrating retryOptions into here as well. It's only used for streamin…
…g receiver's onDetached.
Configuration menu - View commit details
-
Copy full SHA for 98fa009 - Browse repository at this point
Copy the full SHA 98fa009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae83e6 - Browse repository at this point
Copy the full SHA 2ae83e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11755e0 - Browse repository at this point
Copy the full SHA 11755e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e6e892 - Browse repository at this point
Copy the full SHA 1e6e892View commit details -
* Start removing areas that used to default - make the streaming vs b…
…atch code flow explicit. * Push ReceiverHelper down - it wasn't used by the batching code path.
Configuration menu - View commit details
-
Copy full SHA for 70d8f7b - Browse repository at this point
Copy the full SHA 70d8f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a342ea0 - Browse repository at this point
Copy the full SHA a342ea0View commit details -
Remove the older stopReceivingMessages function. I swapped over to us…
…ing ReceiverHelper in all the code but never removed it.
Configuration menu - View commit details
-
Copy full SHA for ceeca3b - Browse repository at this point
Copy the full SHA ceeca3bView commit details -
Define a real init() function for StreamingReceiver and stop calling …
…_init() from MessageReceiver.
Configuration menu - View commit details
-
Copy full SHA for bbe0ed1 - Browse repository at this point
Copy the full SHA bbe0ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e3e9a6 - Browse repository at this point
Copy the full SHA 4e3e9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7434e - Browse repository at this point
Copy the full SHA bd7434eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cada13 - Browse repository at this point
Copy the full SHA 6cada13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f7516 - Browse repository at this point
Copy the full SHA 36f7516View commit details -
Use the public init() method, not the underlying private _init() meth…
…od for the tests.
Configuration menu - View commit details
-
Copy full SHA for 150f34d - Browse repository at this point
Copy the full SHA 150f34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a4133 - Browse repository at this point
Copy the full SHA f8a4133View commit details -
Configuration menu - View commit details
-
Copy full SHA for baaf1f7 - Browse repository at this point
Copy the full SHA baaf1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc271a9 - Browse repository at this point
Copy the full SHA fc271a9View commit details -
Merge remote-tracking branch 'upstream/master' into richardpark-sb-tr…
…ack2-refactor-streamingreceiver
Configuration menu - View commit details
-
Copy full SHA for c6cf2c0 - Browse repository at this point
Copy the full SHA c6cf2c0View commit details