Some checks failed
Build and Deploy / build-linux (push) Failing after 1m41s
Build and Deploy / build-windows (CLANG64) (push) Failing after 9m19s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
// Test to connect to a portal
|
|
|
|
$_.contact((actor, reason) => {
|
|
}, {
|
|
address: "localhost",
|
|
port: 5678,
|
|
password: "abc123"
|
|
});
|