Skip to content

Commit

Permalink
(#64) Register correct channel factory for Autofac
Browse files Browse the repository at this point in the history
  • Loading branch information
par.dahlman committed Mar 6, 2016
1 parent 8543996 commit 5aa6f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected override void Load(ContainerBuilder builder)
.PreserveExistingDefaults();

builder
.RegisterType<ThreadBasedChannelFactory>()
.RegisterType<ChannelFactory>()
.As<IChannelFactory>()
.SingleInstance()
.PreserveExistingDefaults();
Expand Down

0 comments on commit 5aa6f91

Please sign in to comment.