dotnet / dotnet/wcf

IClientChannel.UnknownMessageReceived doesn't do anything

Open
#5,276 0 comments 0 reactions 1 assignee Claimed by @mconnew View on GitHub
priority 2 triaged
Dominant language
C#
Stars
1.8k
Forks
576
Avg merge
6d 9h
Merged PRs (30d)
2

Description

This API was originally intended to provide an event handler for when WCF receives a message it doesn't know how to handle, e.g. when using a duplex channel and the remote host sends a message the client can't dispatch. I believe this is intended to function the same way as ServiceHostBase.UnknownMessageReceived behaves, but for the client.
This api doesn't do anything on .NET Framework either. We should either connect it to the callback dispatcher like originally intended, or remove the api.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.