File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public async Task<ReceivedData> Receive(ArraySegment<byte> buffer)
111111 return new ReceivedData ( ReceivedDataType . BinaryData , stream . ToArray ( ) ) ;
112112 }
113113 default :
114- return null ;
114+ return new ReceivedData ( ReceivedDataType . Close , null ) ;
115115 }
116116 }
117117 }
Original file line number Diff line number Diff line change 99 <PackageProjectUrl >https://github.com/henkosch/JsonWebSocket.Net</PackageProjectUrl >
1010 <RepositoryUrl >https://github.com/henkosch/JsonWebSocket.Net</RepositoryUrl >
1111 <PackageTags >WebSocket WebSockets Json Binary Bson Standard Asp.NET AspNET AspNETCore</PackageTags >
12- <Version >2.1.0 </Version >
12+ <Version >2.1.1 </Version >
1313 <PackageIconUrl >https://github.com/henkosch/JsonWebSocket.Net/raw/master/icon.png</PackageIconUrl >
1414 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1515 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments