Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont receve data event from deamon when I change envs #103

Open
dmitriysolovyev opened this issue Feb 15, 2024 · 0 comments
Open

Dont receve data event from deamon when I change envs #103

dmitriysolovyev opened this issue Feb 15, 2024 · 0 comments

Comments

@dmitriysolovyev
Copy link

Node.js v16
envkey": "^2.5.1"

A client connects successfully to the socket but doesn't receive any updates here

// Establish a TCP connection to the daemon
    const client = new net.Socket();
    client.connect(19410, '127.0.0.1', function() {
      // Write the composite to the socket
      client.write(composite + "\n");
    });

Only when I regenerate ENVKEY the client started to receive data about env changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant