Julien Vermillard
Julien Vermillard
it's just warninig ? the example should have compiled
hmm I don't know I tried only on Linux, I think you should compile differently, like trying dynamic linking and not static linking. What is the output of the command...
you changed your LD_LIBRARY_PATH to load the openssl version you compiled and not your system one?
Ah yes, I use Go 1.5 on this laptop let me upgrade and test again thanks @zubairhamed
ok I reproduced the problem :)
after reading the blog post I think I need to recode most of my code :D
should be fixed, found a way to do it without rewriting the whole thing :)
on a blocking read, it's behaving correctly. I suppose the other side (server) closed the session and we expect an EOF error?
when the other side is closing (with tinydtls example it's just by sending a "server:close" message), I receive 0 byte and an EOF error. Can you provide a server for...
Hi, it's functional depending of what you need, but it's not really production ready. You can expect some glitch while using it