Azure / DotNetty

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

SwappedByteBuffer.WriteUnsignedShort(ushort) throws NotImplementedException #207

Closed andreasdamm closed 7 years ago

andreasdamm commented 7 years ago

When calling the DotNetty.Buffers.IByteBuffer.WriteUnsignedShort(ushort) implementation of DotNetty.Buffers.SwappedByteBuffer a NotImplementedException is thrown.

StormHub commented 7 years ago

https://github.com/Azure/DotNetty/blob/dev/src/DotNetty.Buffers/SwappedByteBuffer.cs#L247 looks like a bug to me