Adding persistent subscription support
This commit is contained in:
@ -3,6 +3,9 @@ const SubscriptionDropReason = {
|
||||
CatchUpError: 'catchUpError',
|
||||
ConnectionClosed: 'connectionClosed',
|
||||
EventHandlerException: 'eventHandlerException',
|
||||
MaxSubscribersReached: 'maxSubscribersReached',
|
||||
NotFound: 'notFound',
|
||||
PersistentSubscriptionDeleted: 'persistentSubscriptionDeleted',
|
||||
ProcessingQueueOverflow: 'processingQueueOverflow',
|
||||
ServerError: 'serverError',
|
||||
SubscribingError: 'subscribingError',
|
||||
|
Reference in New Issue
Block a user