L.s.

I got the following error

'Tried to read() on a socket from outside its originating thread'

This socket is created while in another thread using Promise and the object is retrieved using $promise.result. The weird thing is also that just a few lines before that the same socket is used for writing! This write completed successfully and data is seen traveling using wireshark.

Is there something still unfinished in a thread or is there some status not reset?

Marcel Timmerman

Reply via email to