@@ -214,6 +214,10 @@ Addressed threading issue on reading ConcurrentDictionary keys.</PackageReleaseN
214
214
<Compile Include =" ..\PubnubApi\Enum\ResponseType.cs" >
215
215
<Link >Enum\ResponseType.cs</Link >
216
216
</Compile >
217
+ <Compile Include =" ..\PubnubApi\EventEngine\Core\EffectDispatcher.cs" Link =" EventEngine\Core\EffectDispatcher.cs" />
218
+ <Compile Include =" ..\PubnubApi\EventEngine\Core\Engine.cs" Link =" EventEngine\Core\Engine.cs" />
219
+ <Compile Include =" ..\PubnubApi\EventEngine\Core\EventEngineInterfaces.cs" Link =" EventEngine\Core\EventEngineInterfaces.cs" />
220
+ <Compile Include =" ..\PubnubApi\EventEngine\Core\EventQueue.cs" Link =" EventEngine\Core\EventQueue.cs" />
217
221
<Compile Include =" ..\PubnubApi\EventEngine\EffectDispatcher.cs" Link =" EventEngine\EffectDispatcher.cs" />
218
222
<Compile Include =" ..\PubnubApi\EventEngine\EventEmitter.cs" Link =" EventEngine\EventEmitter.cs" />
219
223
<Compile Include =" ..\PubnubApi\EventEngine\EventEngine.cs" Link =" EventEngine\EventEngine.cs" />
@@ -224,6 +228,20 @@ Addressed threading issue on reading ConcurrentDictionary keys.</PackageReleaseN
224
228
<Compile Include =" ..\PubnubApi\EventEngine\ReceiveReconnectingEffectHandler.cs" Link =" EventEngine\ReceiveReconnectingEffectHandler.cs" />
225
229
<Compile Include =" ..\PubnubApi\EventEngine\ReceivingEffectHandler.cs" Link =" EventEngine\ReceivingEffectHandler.cs" />
226
230
<Compile Include =" ..\PubnubApi\EventEngine\State.cs" Link =" EventEngine\State.cs" />
231
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\Effects\HandshakeEffectHandler.cs" Link =" EventEngine\Subscribe\Effects\HandshakeEffectHandler.cs" />
232
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\Events\SubscriptionEvents.cs" Link =" EventEngine\Subscribe\Events\SubscriptionEvents.cs" />
233
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\Invocations\SubscriptionInvocations.cs" Link =" EventEngine\Subscribe\Invocations\SubscriptionInvocations.cs" />
234
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\HandshakeFailedState.cs" Link =" EventEngine\Subscribe\States\HandshakeFailedState.cs" />
235
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\HandshakeReconnectingState.cs" Link =" EventEngine\Subscribe\States\HandshakeReconnectingState.cs" />
236
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\HandshakeStoppedState.cs" Link =" EventEngine\Subscribe\States\HandshakeStoppedState.cs" />
237
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\HandshakingState.cs" Link =" EventEngine\Subscribe\States\HandshakingState.cs" />
238
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\ReceiveFailedState.cs" Link =" EventEngine\Subscribe\States\ReceiveFailedState.cs" />
239
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\ReceiveReconnectingState.cs" Link =" EventEngine\Subscribe\States\ReceiveReconnectingState.cs" />
240
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\ReceiveStoppedState.cs" Link =" EventEngine\Subscribe\States\ReceiveStoppedState.cs" />
241
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\ReceivingState.cs" Link =" EventEngine\Subscribe\States\ReceivingState.cs" />
242
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\SubscribedState.cs" Link =" EventEngine\Subscribe\States\SubscribedState.cs" />
243
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\States\UnsubscribedState.cs" Link =" EventEngine\Subscribe\States\UnsubscribedState.cs" />
244
+ <Compile Include =" ..\PubnubApi\EventEngine\Subscribe\SubscribeEventEngine.cs" Link =" EventEngine\Subscribe\SubscribeEventEngine.cs" />
227
245
<Compile Include =" ..\PubnubApi\Helper\MobilePushHelper.cs" Link =" Helper\MobilePushHelper.cs" />
228
246
<Compile Include =" ..\PubnubApi\HttpUtility\HttpUtility.cs" >
229
247
<Link >HttpUtility\HttpUtility.cs</Link >
@@ -899,6 +917,11 @@ Addressed threading issue on reading ConcurrentDictionary keys.</PackageReleaseN
899
917
<Folder Include =" EndPoint\PubSub\" />
900
918
<Folder Include =" EndPoint\Presence\" />
901
919
<Folder Include =" Enum\" />
920
+ <Folder Include =" EventEngine\Core\" />
921
+ <Folder Include =" EventEngine\Subscribe\Effects\" />
922
+ <Folder Include =" EventEngine\Subscribe\Events\" />
923
+ <Folder Include =" EventEngine\Subscribe\Invocations\" />
924
+ <Folder Include =" EventEngine\Subscribe\States\" />
902
925
<Folder Include =" HttpUtility\" />
903
926
<Folder Include =" Interface\" />
904
927
<Folder Include =" Log\" />
@@ -923,7 +946,6 @@ Addressed threading issue on reading ConcurrentDictionary keys.</PackageReleaseN
923
946
<Folder Include =" Model\Server\" />
924
947
<Folder Include =" Helper\" />
925
948
<Folder Include =" JsonDataParse\" />
926
- <Folder Include =" EventEngine\" />
927
949
<Folder Include =" Properties\" />
928
950
<Folder Include =" Push\Mpns\" />
929
951
<Folder Include =" Security\" />
0 commit comments