Skip to content

Commit e1d65ca

Browse files
committed
Fix to pass contract test
1 parent 41fbe92 commit e1d65ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/PubnubApi/EventEngine/EventEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ public void Setup<T>(PNConfiguration config)
667667
.On(EventType.SubscriptionRestored, StateType.Receiving)
668668
.On(EventType.ReceiveSuccess, StateType.Receiving, new List<EffectInvocation>()
669669
{
670-
//receiveEmitStatus,
670+
receiveEmitStatus,
671671
receiveEmitMessages
672672
}
673673
)

0 commit comments

Comments
 (0)