Skip to content

Commit 325cae0

Browse files
mohitpubnubbudgetpreneurMikeDobrzanXavraxparfeon
authored
feat:EventEngine (#215)
* Updated AsyncBridge pkg in project file * EventEngine WIP * EventEngine Handshake and Receiving * subscribe listeners * ISubscribeOperation for Subscribe * untangled PubnubCoreBase2 for SubscribeOperation2 * support pubnubpcl and uwp * capture last TT for subscribe when network fails * PNStatus * EventEngine states and transitions WIP * unit tests for EE - unsubscribed and handshake * WIP * Refactored around states and invocations * Replaced EffectInvocationType with EventType * Refactored EffectInvocation and Event * Added invocations * WIP - ContractTesting * ContractTest simpleSubscribe * Replaced Tuple with KeyValuePair for EventEngine tests * HandshakeReconnect handler * Handshake retry attempts * unit tests for HandshakeReconnecting * Added unit tests to Transitions * refactored based on tests * check for timetoken for valid response * Handshakereconnect failure * Updated Transitions * subscribeHandshakeFailure contract test * Removed unused project reference. * Refactored Effect Dispatcher * fix in refactored effect dispatcher * Updated dependency nuget packages * refactor around dispatcher * unwanted namespace * fix HandshakeReconnect IsManaged flag * not required code * removed unused dispatch method * CancelHandshake * CancelReceive and CancelHandshakeReconnect * ReceivingReconnect WIP * ReceivingReconnect * PresenceEventResult * Fix to pass contract test * Eventengine poc refactor (#170) * WIP EE refactor - core classes * WIP - reorganization * WIP - eventQueue * WIP state abstract class to interface * added states and Pascal case property names (#171) * added states and Pascal case property names * HandshakeReconnectingState and other Pascal casing (#172) * HandshakeReconnectingState * EmitStatusInvocation * HandshakeFailedState * Null guard on invocation list * HandshakeStoppedState, ReceiveStoppedState, ReceiveFailedState, ReceivingState and ReceiveReconnectState transitions (#173) * HandshakeStoppedState transitions * ReceiveStoppedState and ReceiveFailedState transitions * ReceivingState transitions * ReceiveReconnectState transitions * Eventengine/state simplification (#174) * WIP remove abstract from interface, add transition utils * Simplified the invocations during transitions, added onEntry and onExit transitions, added HandshakingState and UnsubscribedState * fix * Switch expression * WIP * WIP * WIP * Review fixes * member case * removed With(null) * file ref fix * fix: simplify and add comments * fix: comments * fix: more comments * fix: race condition * fix: additional race condition guards * fix: removed unused property * fix: made loop generic * feat: simplified abstraction (#176) * UnsubscribeAll Event (#175) * Added UnsubscribeAllEvent to states * Eventengine/handshake handler (#181) * feat: simplified abstraction * feat: handshake effect handler * fix: initial retry implementation * handshake reconnect * fix: handshake handler * revert *.csproj changes * added required info in handshake reconnect invocation. * receive handler (#180) * receive handler * fix: background handlers * *reconnection configurations *refactor naming * passing configuration for reconnection * fix: transition values from receive reconnect * wip: receive messages * Revert "Merge remote-tracking branch 'origin/eventengine/handshake-handler' into eventengine/handshake-handler" This reverts commit be568f7, reversing changes made to 0da6c9a. * fix * ReceivingEffectHandler - ReceivingResponse * null check * SubscribeEventEngine - receiveHandler * *csproj file for RReceivingEffectHandler * EmitStatus effect handler - take1 * empty task * wip emit messages * wip emit messages * cleanup and unify convention for *emitters * missing changes emitmessage * Added publisher * emitmessages --------- Co-authored-by: Mohit Tejani <[email protected]> Co-authored-by: Pandu Masabathula <[email protected]> * effect handler cleanup emit status * wip: switch to public * StateTransitions - Tests - WIP * restore overridden changes from 83d3929 * csproj ReconnectionConfiguration to PCL/UWP * wip: base class for states * wip: event engine delegates exposed * refactor handshake unit tests * HandshakeFailedState tests * HandshakeStopped tests * ReceivingState tests * ReceiveReconnectingState tests * ReceiveReconnectingState - more tests * ReceiveFaileState and ReceiveStoppedState * Any UnsubscribeEvent tests * Separated tests to individual states * HandshakingState emit status * invocations and refactor * wip: preliminary potential fix for dispatcher * Refactored HandshakeFailedStateTransition * take-1: integration * listeners * Eventengine/effects abstraction (#184) * wip: effects abstraction overhaul * fix: added comments * fix: emitters * state transition unit tests (#182) * unit test cases for all subscribe state transtiions * moved subscribe event engine initialisation to subscribeOpertaion * added cancel reconnect invocations support * fix: retry condition refined * State transitions for presence event engine (#203) Co-authored-by: Mohit Tejani <[email protected]> Co-authored-by: Mohit Tejani <[email protected]> * temporary suspend EE acceptance tests to unlock progress (#205) * effect invocations used in transitions (#206) Co-authored-by: Mohit Tejani <[email protected]> Co-authored-by: Mohit Tejani <[email protected]> * presence: effects (#208) * start: implementation of presnece event engine effects * added RetryConfiguration class, * removed heartbeat operation from subscribemanager and created a new opeartion class for heartbeat * indentation! * RetryConfiguration definition added * removed old Reconnection settings * review Comment: renamed Heartbeat Operation class name to solve typo * Leave Effect handler * Presence event engine with RetryConfiguration * * Removed RetryConfiguration from Subscription States, Added updated RetryConfiguration settings in Effect handlers * Update PCL project for RetryConfiguration files, leave effect handler * fix: build error system.runtime.remoting not needed * fix: build for UWP, Added missing reference file of latests * revert last UWP csproj changes * Presence EventEngine files link for UWP project * fix: backward compatibility for legacy reconnection policy * fix: reconnectionPolicy class property assignment * indentation and whitespaces review comment * Ee/fix tests (#207) * PresenceEventEngine integration (#209) * PresenceEventEngine and its factory class implementation * PresenceOperation class implementation * Initialise PresenceOperation into SubscribeOperation for triggering PresenceEvent Engine * Subscribe() api to have PresenceOperation initialised conditionally * Added classes for PubnubPCL project * fix: namespace convention for PresenceOperation class * Update UWP.csproj file for new classes reference links * * decoupled wait effect handler from invocation"s interval value * bind effects with States * * `MaintainPresenceState` flag in PubNub configuration. Integration of Unsibscribe api with event engine enabled scenario. Fix state object construction issue for given pubnub instance id. Handling of subsequent Subscribe call in Subscription manager for event engine. removed dummy invocations. Exposed channel/group for subscribe event engine for internal usage. * syntax fix for all.net version compatiblity for empty Array init * refactor/EE (#210) * refactor EventEngine source code: * Updated subscribe states. * updated subscribe Effects * Fixed Retry in effect handlers to get configuration from PNConfiguration instance. * Refactored Unsubscribe. * Renamed SubscirbeOperation2 to SubscriptionEndpoint * Miscellaneous minor fixes * fix csproj file for UWP * Revert "fix csproj file for UWP" This reverts commit 7897081. * fix compilation error csproj UWP * removed duplicate entry for include * fix: subscribe event engine workflow * UnsubscribeAllEndpoint added for event Engine * Refactored code for handling unsubscribe in Presence * added UnsubscribeAllEndpoint class * refactored code for receive Effect handler and some code readablility issue addressed * update PCL and UWP * code indentation pubnub.cs * fix: acceptance test build * CLEN-1787: Event Engine Acceptance Tests (#212) * * fix subscribe event engine transition for restore, * fixed retry related state context information, * fixed timetoken data type for step definition method param * updated code behind file to latest specs. * Presence event engine accpetance tests * fix: Subsscribe event engine related bug caught during acceptance tests * fix: presence event engine issues identified during acceptance tests * fix: objects v2 acceptance tests key issue --------- Co-authored-by: Serhii Mamontov <[email protected]> * fix: key mismatch issue for mock request * encryption test for unencrypted message * hashCode value override for mock Request * PCL: add mock request and comparision implementation for mockserver * PCL:fix value overflow in hash calculation of mock request. * added EventEmitter implementation to fix emit event effect to redirect event data to intended callback code clean up * Fix MockServer Socket and Requests storing issues, link duplicate files from MockServerPubnubApi to MockServerPubnubApiPCL * revert run test change * PubNub SDK v6.20.0.0 release. --------- Co-authored-by: Pandu Masabathula <[email protected]> Co-authored-by: Michał Dobrzański <[email protected]> Co-authored-by: Michał Dobrzański <[email protected]> Co-authored-by: Mateusz Dahlke <[email protected]> Co-authored-by: Serhii Mamontov <[email protected]> Co-authored-by: PUBNUB\jakub.grzesiowski <[email protected]> Co-authored-by: PubNub Release Bot <[email protected]>
1 parent 3099e2c commit 325cae0

File tree

181 files changed

+8959
-1914
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+8959
-1914
lines changed

.github/workflows/run-tests.yml

+13-5
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,20 @@ jobs:
2929
- name: Setup .NET
3030
uses: actions/setup-dotnet@v3
3131
with:
32-
dotnet-version: |
33-
2.1.519
32+
dotnet-version: |
3433
5.0.x
3534
6.0.x
3635
7.0.x
3736
- name: Build packages
3837
env:
3938
WORKSPACE_PATH: ${{ github.workspace }}
4039
run: .\\.github\\workflows\\release\\build-packages.ps1
40+
# - name: Run unit tests
41+
# env:
42+
# PN_PUB_KEY: ${{ secrets.PN_PUB_KEY }}
43+
# PN_SUB_KEY: ${{ secrets.PN_SUB_KEY }}
44+
# PN_SEC_KEY: ${{ secrets.PN_SEC_KEY }}
45+
# run: dotnet test .\\src\\UnitTests\\PubnubApiPCL.Tests\\PubnubApiPCL.Tests.csproj --verbosity normal --logger trx
4146
- name: Cancel workflow runs for commit on error
4247
if: failure()
4348
uses: ./.github/.release/actions/actions/utils/fast-jobs-failure
@@ -74,9 +79,12 @@ jobs:
7479
dotnet build --no-restore
7580
- name: Run acceptance tests
7681
env:
77-
PN_PUB_KEY: ${{ secrets.PN_PUB_KEY }}
78-
PN_SUB_KEY: ${{ secrets.PN_SUB_KEY }}
79-
PN_SEC_KEY: ${{ secrets.PN_SEC_KEY }}
82+
PN_PAM_PUB_KEY: ${{ secrets.SDK_PAM_PUB_KEY }}
83+
PN_PAM_SUB_KEY: ${{ secrets.SDK_PAM_SUB_KEY }}
84+
PN_PAM_SEC_KEY: ${{ secrets.SDK_PAM_SEC_KEY }}
85+
PN_PUB_KEY: ${{ secrets.SDK_PUB_KEY }}
86+
PN_SUB_KEY: ${{ secrets.SDK_SUB_KEY }}
87+
PN_SEC_KEY: ${{ secrets.SDK_SEC_KEY }}
8088
run: |
8189
Copy-Item -Path "${{ github.workspace }}/sdk-specifications/features/access/*" -Destination "${{ github.workspace }}/src/UnitTests/AcceptanceTests/Features" -Recurse
8290
cd ./UnitTests/AcceptanceTests

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ src/Examples/PubnubApiPCL.XamariniMacExample/obj/*
170170
*.suo
171171
src/UnitTests/MockServer/bin/*
172172
src/UnitTests/MockServer/obj/*
173-
173+
src/PNEventEngine/bin/*
174+
src/PNEventEngine/obj/*
175+
src/PNEventEngineUWP/bin/*
176+
src/PNEventEngineUWP/obj/*
174177

175178
# GitHub Actions #
176179
##################

.pubnub.yml

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
name: c-sharp
2-
version: "6.19.7"
2+
version: "6.20.0"
33
schema: 1
44
scm: github.com/pubnub/c-sharp
55
changelog:
6+
- date: 2024-04-18
7+
version: v6.20.0
8+
changes:
9+
- type: feature
10+
text: "Added event engine implementation for subscribe and presence operation."
11+
- type: feature
12+
text: "Added support for `RetryConfiguration` to configure subscribe request retry."
613
- date: 2024-04-02
714
version: v6.19.7
815
changes:
@@ -776,7 +783,7 @@ features:
776783
- QUERY-PARAM
777784
supported-platforms:
778785
-
779-
version: Pubnub 'C#' 6.19.7
786+
version: Pubnub 'C#' 6.20.0
780787
platforms:
781788
- Windows 10 and up
782789
- Windows Server 2008 and up
@@ -786,7 +793,7 @@ supported-platforms:
786793
- .Net Framework 4.5
787794
- .Net Framework 4.6.1+
788795
-
789-
version: PubnubPCL 'C#' 6.19.7
796+
version: PubnubPCL 'C#' 6.20.0
790797
platforms:
791798
- Xamarin.Android
792799
- Xamarin.iOS
@@ -806,7 +813,7 @@ supported-platforms:
806813
- .Net Core
807814
- .Net 6.0
808815
-
809-
version: PubnubUWP 'C#' 6.19.7
816+
version: PubnubUWP 'C#' 6.20.0
810817
platforms:
811818
- Windows Phone 10
812819
- Universal Windows Apps
@@ -830,7 +837,7 @@ sdks:
830837
distribution-type: source
831838
distribution-repository: GitHub
832839
package-name: Pubnub
833-
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.7.0
840+
location: https://github.com/pubnub/c-sharp/releases/tag/v6.20.0.0
834841
requires:
835842
-
836843
name: ".Net"
@@ -1113,7 +1120,7 @@ sdks:
11131120
distribution-type: source
11141121
distribution-repository: GitHub
11151122
package-name: PubNubPCL
1116-
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.7.0
1123+
location: https://github.com/pubnub/c-sharp/releases/tag/v6.20.0.0
11171124
requires:
11181125
-
11191126
name: ".Net Core"
@@ -1472,7 +1479,7 @@ sdks:
14721479
distribution-type: source
14731480
distribution-repository: GitHub
14741481
package-name: PubnubUWP
1475-
location: https://github.com/pubnub/c-sharp/releases/tag/v6.19.7.0
1482+
location: https://github.com/pubnub/c-sharp/releases/tag/v6.20.0.0
14761483
requires:
14771484
-
14781485
name: "Universal Windows Platform Development"

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v6.20.0 - April 18 2024
2+
-----------------------------
3+
- Added: added event engine implementation for subscribe and presence operation.
4+
- Added: added support for `RetryConfiguration` to configure subscribe request retry.
5+
16
v6.19.7 - April 02 2024
27
-----------------------------
38
- Fixed: resolved the issue where an incorrect network status was emitted when no internet connection was detected.

src/Api/PubnubApi/Builder/UrlRequestBuilder.cs

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Globalization;
76
using System.Threading.Tasks;
87
using System.Threading;
@@ -89,6 +88,11 @@ Uri IUrlRequestBuilder.BuildMultiChannelSubscribeRequest(string requestMethod, s
8988
requestQueryStringParams.Add("filter-expr", UriUtil.EncodeUriComponent(pubnubConfig[pubnubInstanceId].FilterExpression, currentType, false, false, false));
9089
}
9190

91+
if (!requestQueryStringParams.ContainsKey("ee") && pubnubConfig.ContainsKey(pubnubInstanceId) && pubnubConfig[pubnubInstanceId].EnableEventEngine)
92+
{
93+
requestQueryStringParams.Add("ee", "");
94+
}
95+
9296
if (!requestQueryStringParams.ContainsKey("tt"))
9397
{
9498
requestQueryStringParams.Add("tt", timetoken.ToString(CultureInfo.InvariantCulture));

src/Api/PubnubApi/ClientNetworkStatus.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private static async Task<bool> CheckSocketConnect<T>(object internetState)
209209
pubnubCallback = state.PubnubCallbacck;
210210
}
211211

212-
PubnubApi.Interface.IUrlRequestBuilder urlBuilder = new UrlRequestBuilder(pubnubConfig, jsonLib, unit, pubnubLog, null, null, "");
212+
IUrlRequestBuilder urlBuilder = new UrlRequestBuilder(pubnubConfig, jsonLib, unit, pubnubLog, null, null, "");
213213
Uri requestUri = urlBuilder.BuildTimeRequest("GET", "", null);
214214
try
215215
{

src/Api/PubnubApi/EndPoint/Access/AuditOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Access/GrantOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Access/GrantTokenOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Access/RevokeTokenOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Text;

src/Api/PubnubApi/EndPoint/ChannelGroup/AddChannelsToChannelGroupOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using PubnubApi.Interface;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Threading.Tasks;

src/Api/PubnubApi/EndPoint/ChannelGroup/DeleteChannelGroupOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using PubnubApi.Interface;
32
using System.Collections.Generic;
43
using System.Threading.Tasks;
54
using System.Threading;

src/Api/PubnubApi/EndPoint/ChannelGroup/ListAllChannelGroupOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using PubnubApi.Interface;
32
using System.Collections.Generic;
43
using System.Threading.Tasks;
54
using System.Threading;

src/Api/PubnubApi/EndPoint/ChannelGroup/ListChannelsForChannelGroupOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using PubnubApi.Interface;
32
using System.Collections.Generic;
43
using System.Threading.Tasks;
54
using System.Threading;

src/Api/PubnubApi/EndPoint/ChannelGroup/RemoveChannelsFromChannelGroupOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using PubnubApi.Interface;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Threading.Tasks;

src/Api/PubnubApi/EndPoint/Files/DeleteFileOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.IO;
54
using System.Linq;

src/Api/PubnubApi/EndPoint/Files/DownloadFileOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Globalization;
54
using System.IO;

src/Api/PubnubApi/EndPoint/Files/GenerateFileUploadUrlOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Net;

src/Api/PubnubApi/EndPoint/Files/GetFileUrlOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.IO;
54
using System.Linq;

src/Api/PubnubApi/EndPoint/Files/ListFilesOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.IO;
54
using System.Linq;

src/Api/PubnubApi/EndPoint/Files/PublishFileMessage.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Net;

src/Api/PubnubApi/EndPoint/Files/SendFileOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Globalization;
54
using System.IO;

src/Api/PubnubApi/EndPoint/Objects/GetAllChannelMetadataOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using PubnubApi.Interface;
43
using System.Threading;
54
using System.Net;
65
using System.Threading.Tasks;

src/Api/PubnubApi/EndPoint/Objects/GetAllUuidMetadataOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/GetChannelMembersOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using PubnubApi.Interface;
54
using System.Threading;
65
using System.Net;
76
using System.Threading.Tasks;

src/Api/PubnubApi/EndPoint/Objects/GetChannelMetadataOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/GetMembershipsOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using PubnubApi.Interface;
54
using System.Threading;
65
using System.Net;
76
using System.Threading.Tasks;

src/Api/PubnubApi/EndPoint/Objects/GetUuidMetadataOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/ManageChannelMembersOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/ManageMembershipsOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/RemoveChannelMembersOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/RemoveChannelMetadataOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/RemoveMembershipsOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/RemoveUuidMetadataOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/SetChannelMembersOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/SetChannelMetadataOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/SetMembershipsOperation.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Text;
5-
using PubnubApi.Interface;
65
using System.Threading.Tasks;
76
using System.Threading;
87
using System.Net;

src/Api/PubnubApi/EndPoint/Objects/SetUuidMetadataOperation.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PubnubApi.Interface;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Net;

0 commit comments

Comments
 (0)