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
Fixes + unit tests for streaming PubSub implementation (#1415)
* Added null check - the proto suggests this shouldn't ever be null, but there's an issue reporting as much, so this fixes that
Signed-off-by: Whit Waldo <[email protected]>
* Removed the Task.WhenAll making the operation non-blocking
Signed-off-by: Whit Waldo <[email protected]>
* Added unit test to validate that the subscription is no longer blocking
Signed-off-by: Whit Waldo <[email protected]>
* Removed unused line from previous test, added another test
Signed-off-by: Whit Waldo <[email protected]>
* Added another test
Signed-off-by: Whit Waldo <[email protected]>
* More unit tests
Signed-off-by: Whit Waldo <[email protected]>
* Added more unit tests
Signed-off-by: Whit Waldo <[email protected]>
* Updated to make DaprPublishSubscribeClientBuilder configurable via a registered IConfiguration
Signed-off-by: Whit Waldo <[email protected]>
* Added missing copyright statements
Signed-off-by: Whit Waldo <[email protected]>
* Added missing package reference
Signed-off-by: Whit Waldo <[email protected]>
* Fixed bad reference (missed in merge)
Signed-off-by: Whit Waldo <[email protected]>
* Fixed failing unit test
Signed-off-by: Whit Waldo <[email protected]>
* Tweak to only pass along EventMessage payloads to developers as it's expected that the initial response will be null if EventMessage is populated
Signed-off-by: Whit Waldo <[email protected]>
* Was missing assignment of the Data property in the TopicMessage. Shout out to both @tommorvolloriddle and @Aimless321 for catching this!
Signed-off-by: Whit Waldo <[email protected]>
* Fix - return would be bad. Continue is the right move.
Signed-off-by: Whit Waldo <[email protected]>
* Added a simple test
Signed-off-by: Whit Waldo <[email protected]>
* Fixed unit tests
Signed-off-by: Whit Waldo <[email protected]>
* Merged in tweaks from #1422
Signed-off-by: Whit Waldo <[email protected]>
---------
Signed-off-by: Whit Waldo <[email protected]>
0 commit comments