node-dbus-next icon indicating copy to clipboard operation
node-dbus-next copied to clipboard

nodejs now support abstract unix socket

Open guoh27 opened this issue 1 year ago • 0 comments

According to nodejs.org/api/net

image

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

guoh27 avatar Jul 03 '24 06:07 guoh27