Brent McCullough
Brent McCullough
Given ST4 4.1 on the JVM and the following code, I would expect that the `View` would be dumped out identically both times. However, the following is produced: ``` before...
The listener is applied at a global scope => it receives notifications from _all_ tasks in the multi-build. If two separate `build.gradle` files apply the plugin, two listeners are created...
**Describe the bug** When calling `AppendToStreamAsync`, if the `eventData` enumerable throws an exception, the call does not return or throw until the gRPC client times the operation out. The exception...