node-dbus-next
node-dbus-next copied to clipboard
nodejs now support abstract unix socket
According to nodejs.org/api/net
Here maybe need a try catch with net.createConnection('\u0000' + params.abstract);
https://github.com/dbusjs/node-dbus-next/blob/6b8f447ff85f8cfe3f5da307b7041085e9fec2cc/lib/connection.js#L47-L52