Skip to content

Commit 41f6f6a

Browse files
committed
remove JsonSerializer property
1 parent e96bb99 commit 41f6f6a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/SocketIOClient/SocketIO.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ private void CreateRouterIfNull()
168168
Namespace = Namespace,
169169
Path = Options.Path,
170170
ServerUri = ServerUri,
171-
JsonSerializer = JsonSerializer,
172171
ConnectionTimeout = Options.ConnectionTimeout
173172
};
174173
if (Options.Query != null)

src/SocketIOClient/Transport/TransportRouter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public TransportRouter(HttpClient httpClient, Func<IClientWebSocket> clientWebSo
5353

5454
public IUriConverter UriConverter { get; set; }
5555

56-
public IJsonSerializer JsonSerializer { get; set; }
57-
5856
public Action<IMessage> OnMessageReceived { get; set; }
5957

6058
public Action OnTransportClosed { get; set; }

0 commit comments

Comments
 (0)