[nodejs] Re: Accessing an object wrap from c++ addon

2012-07-27 Thread Oleg Efimov (Sannis)
The real socket handle is stored in `socket._handle`, not in `socket`. пятница, 27 июля 2012 г., 16:04:44 UTC+4 пользователь sgimeno написал: > > Hello, > > I'm developing a C++ addon and I'm trying to access the object wrap of a > unix stream net.Socket. Basically what I'm doing is: > > 1) in C+

Re: [nodejs] Re: Accessing an object wrap from c++ addon

2012-07-27 Thread Santiago Gimeno
It works now. Thanks!! 2012/7/27 Oleg Efimov (Sannis) > The real socket handle is stored in `socket._handle`, not in `socket`. > > пятница, 27 июля 2012 г., 16:04:44 UTC+4 пользователь sgimeno написал: > >> Hello, >> >> I'm developing a C++ addon and I'm trying to access the object wrap of a >>