node-shm icon indicating copy to clipboard operation
node-shm copied to clipboard

readSHM doesn't sent back data

Open 51mon opened this issue 12 years ago • 1 comments

I tried to run the test and the readSHM function doesn't send data:

$ node test.js
Object:
 { getErrMsg: [Function],
  openSHM: [Function],
  readSHM: [Function],
  closeSHM: [Function],
  sizeSHM: [Function],
  writeSHM: [Function],
  deleteSHM: [Function] }
opened shmkey: 1236  shmid: 0
writing '1234567890', written: 0
readed(HEXA):
waiting 10 secs to detach and close
detatch retval: 1
close retval: 1

51mon avatar Jul 07 '13 18:07 51mon

Run as root

jnfeinstein avatar May 12 '14 01:05 jnfeinstein