Azure / DotNetty

DotNetty project – a port of netty, event-driven asynchronous network application framework
Other
4.09k stars 977 forks source link

MessageToByteEncoder is not usable. #190

Closed ghost closed 7 years ago

ghost commented 7 years ago

You are unable to inherit the class MessageToByteEncoder.

nayato commented 7 years ago

Can you elaborate? Looks fine to me: https://github.com/Azure/DotNetty/blob/6d1a58df8eeea4580b469ee9a221bd10c540531a/src/DotNetty.Codecs/MessageToByteEncoder.cs#L13

ghost commented 7 years ago

http://prntscr.com/e3tsny

The other codecs show up except for MessageToByteEncoder. I'm not using it anywhere else in the project.

ghost commented 7 years ago

Inside of the codecs assembly XML file, there is no member found for MessageToByteEncoder as well. I swear I haven't touched it.

nayato commented 7 years ago

I suppose you're using nuget. It isn't there in 0.3.2. It is in 0.4.x. pls try https://www.nuget.org/packages/DotNetty.Codecs/0.4.0

ghost commented 7 years ago

You would be correct. I was using the older version. Thank you!