Asynchronous socket callbacks do not work in Mono/Linux -


i'm exploring porting .net c# application windows linux using mono. problem i'm stuck asynchronous tcp socket calls not work. means can send data no problems i'm seem able receive first response socket (via socket.beginreceive()). next beginreceive() puts thread wait state.

in possible in principle our socket code contains bug it's been working flawlessly in windows years.

thank you

this works fine mono-2-10 branch (soon released mono 2.10) , master.

the mono 2.6.7 shipped ubuntu fails , mono 2.8. i've found problem , testing fix.. next releases in 2.6.x series have fix (also 2.8.x if there's any, since moving 2.10 in few days).

btw, should report problems in mono following http://mono-project.com/bugs instead of here.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -