2 parents 18d09f2 + 3dcd45f commit bfb008fCopy full SHA for bfb008f
1 file changed
src/net45/WampSharp/WAMP2/V2/Rpc/Callee/LocalRpcOperation.cs
@@ -157,7 +157,7 @@ protected static WampException ConvertExceptionToRuntimeException(Exception exce
157
}
158
159
// TODO: Maybe try a different implementation.
160
- return new WampRpcRuntimeException(canceledException.Message);
+ return new WampRpcRuntimeException(exception.Message);
161
162
163
-}
+}
0 commit comments