Hi, I'm having a problem with async callback method of TlsSocket.BeginReceive never getting called? Synchronous Receive method works. I'm testing against library version 3.0.4086.0 (Rebex.SecureSocket, Rebex.ProxySocket and Rebex.Security). Here's my test application source:

link:(http://pastebin.com/06Z9mrQs/)

asked 26 Oct '11, 09:07

Remes's gravatar image

Remes
15
accept rate: 0%


Thanks for letting us know about this! We don't use the async variants of TlsSocket methods ourselves, which explains why no one noticed yet. I will mail you a link to a fixed version as soon as possible.

UPDATE

Fix for non-working TlsSocket.BeginSend and BeginReceive methods is included in Release 2012 R1.

link

answered 26 Oct '11, 16:22

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

edited 12 Mar, 16:39

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310

I just sent a link to a current build to your e-mail. This will be a part of the next official release.

(31 Oct '11, 15:32) Lukas Pokorny ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×12

Asked: 26 Oct '11, 09:07

Seen: 254 times

Last updated: 12 Mar, 16:39