Tue 27 Aug 00:14:56 CEST 2024

This commit is contained in:
sbosse 2024-08-27 00:15:45 +02:00
parent a6e752e33c
commit 0e846eb1cd

6
test/test-amp-tcpA.js Normal file
View File

@ -0,0 +1,6 @@
var p=port(DIR.IP('tcp://localhost:40002'),{
verbose:0,
keepAlive:false, // permanent tcp connection for all messages; else ad-hoc / msg
sharedSocket:true // only one IP port for each side; only service end-point has a receiver port, client uses link socket
});