Export to GitHub

emcaster - issue #7

MessageParser.EndPoint is always null coz of typo


Posted on Dec 16, 2009 by Massive Rhino

What version of the product are you using? On what operating system? 0.1.5

Please provide any additional information below.

see the sour code below of MessageParser: public unsafe void ParseBytes(EndPoint endpoint, byte[] buffer, int offset, int received) { _endPoint = EndPoint; //it should be _endPoint = endpoint _buffer = buffer; _offset = offset;

Status: New

Labels:
Type-Defect Priority-Medium