Skip to content

Commit

Permalink
Fix Update_VM failing with MessagePack (#227).
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicky Suryadi authored and Dicky Suryadi committed Dec 30, 2019
1 parent 3c04a43 commit ca6ea21
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 289 deletions.
1 change: 1 addition & 0 deletions DevApp/DevApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ItemGroup>
<PackageReference Include="DotNetify.Elements" Version="1.2.0" />
<PackageReference Include="DotNetify.Pulse" Version="0.5.0" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.1.5" />
<PackageReference Include="System.Reactive" Version="3.1.1" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.0.0" />
<PackageReference Include="AspNet.Security.OpenIdConnect.Server" Version="2.0.0" />
Expand Down
4 changes: 4 additions & 0 deletions DevApp/client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import './app/styles/prism.css';
import * as views from './app/views';
import 'dotnetify-elements/dotnetify-elements.css';

//import { MessagePackHubProtocol } from '@aspnet/signalr-protocol-msgpack';
//const protocol = new MessagePackHubProtocol();
//dotnetify.hubOptions.connectionBuilder = builder => builder.withHubProtocol(protocol);

dotnetify.debug = true;

// Import all the routeable views into the global window variable.
Expand Down
Loading

0 comments on commit ca6ea21

Please sign in to comment.