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

Sender not sending data and no error received #6

Open
SilicorniO opened this issue Jan 22, 2020 · 1 comment
Open

Sender not sending data and no error received #6

SilicorniO opened this issue Jan 22, 2020 · 1 comment

Comments

@SilicorniO
Copy link

Hi,

I am trying to send data to Devo with this sdk but data is not sent. I don't receive any message either. I don't know what I am doing wrong.

I wrote the full question in stackoverflow. Reply wherever you prefer:
https://stackoverflow.com/questions/59859017/devo-nodejs-sdk-not-sending-data

Thanks

@ghost
Copy link

ghost commented Jan 28, 2020

Hello @SilicorniO ,

Thank you for reaching us. We are working on a new release that will address this issue. If you want to move forward, feel free to use the following workaround in the meantime:

const sender = devo.sender(...);
sender._socket.ref(); // add this line immediately after the previous one
sender.send(...);

After doing that, take into account that a call to sender.end() will be required in order to the process to stop.

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