Handle all Events for an aggregate
问题 Please see my first Persistent Subscription below: namespace PersistentSubscription { internal class Program { private static void Main() { var subscription = new PersistentSubscriptionClient(); subscription.Start(); } } public class PersistentSubscriptionClient { private IEventStoreConnection _conn; private const string STREAM = "$ce-customer"; private const string GROUP = "a_test_group"; private const int DEFAULTPORT = 1113; private static readonly UserCredentials User = new UserCredentials