nterry / AwesomeSockets

A fast, lightweight, and easy to use socket library for C#.
Other
156 stars 35 forks source link

MessageReceiveThread doesn't call callback with endpoint argument #10

Open ruzze opened 7 years ago

ruzze commented 7 years ago

Hi, first of all thank you for sharing your project. I use Async TCP Socket and i find a trouble in MessageReceiveThread function. If the ProtocolType is tcp, the code call the callback function without the remoteEndPoint argument.

Thanks, Marco

nterry commented 7 years ago

Hmmm... it's possible I broke something in my move to .net core... are you using .net core or .net classic? On Tue, Feb 14, 2017 at 8:35 AM Marco Ruzzenente notifications@github.com wrote:

Hi, first of all thank you for sharing your project. I use Async TCP Socket and i find a trouble in MessageReceiveThread function. If the ProtocolType is tcp, the code call the callback function without the remoteEndPoint argument.

Thanks, Marco

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nterry/AwesomeSockets/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxwlhHp6MTAQ3CoqVBuFSWCNdlkbaLVks5rccmBgaJpZM4MAnp0 .

ruzze commented 7 years ago

i'm using .net classic