AwesomeSockets icon indicating copy to clipboard operation
AwesomeSockets copied to clipboard

MessageReceiveThread doesn't call callback with endpoint argument

Open ruzze opened this issue 8 years ago • 2 comments
trafficstars

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

ruzze avatar Feb 14 '17 15:02 ruzze

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 [email protected] 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 .

nterry avatar Feb 14 '17 18:02 nterry

i'm using .net classic

ruzze avatar Feb 14 '17 22:02 ruzze