Vadym S. Khondar
Vadym S. Khondar
If anyone else stumbles across the issue where install-peers seems to ignore the .npmrc configuration, here is what I found. I use yarn and I run install-peers as 'prepare' script...
Hi chanceeakin, I am also user of this lib and was just passing by when saw your issue. I wonder if there is specific usecase that you have in mind...
I've debugged this issue further and it seems that it's a serializer on the service side throwing exception i.e. after invoking the listener method and before sending out response. It...
Ok, I think I found the issue - it is because ServiceRemotingMessageDispatcher ignores UseWrappedMessage setting and just always uses DataContractRemotingMessageFactory as default which always produces ServiceRemotingResponseMessageBody.
I've updated repo with a workaround.
Thanks for looking into this. I checked out what it would take to fix it and seems like a bit of refactoring is required to make dispatcher properly use the...
Hey guys, @triat! I might have a fix for this. Could you take a look into referenced pull request? Thanks!