Skip to content

Commit ea9c0b9

Browse files
author
Elad Zelingher
committed
Using CalleeProxyInterceptor.Default
1 parent 5eb8027 commit ea9c0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net45/WampSharp/WAMP2/V2/MetaApi/Client/WampMetaApiServiceProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class WampMetaApiServiceProxy : IWampRegistrationDescriptorProxy, IWampSe
1313

1414
internal WampMetaApiServiceProxy(IWampRealmProxy proxy)
1515
{
16-
ICalleeProxyInterceptor calleeProxyInterceptor = new CalleeProxyInterceptor();
16+
ICalleeProxyInterceptor calleeProxyInterceptor = CalleeProxyInterceptor.Default;
1717

1818
mRegistrationDescriptorProxy = new WampRegistrationDescriptorProxyProxy(proxy, calleeProxyInterceptor);
1919
mSessionDescriptorProxy = new WampSessionDescriptorProxyProxy(proxy, calleeProxyInterceptor);

0 commit comments

Comments
 (0)