You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
constsender=devo.sender(...);sender._socket.ref();// add this line immediately after the previous onesender.send(...);
After doing that, take into account that a call to sender.end() will be required in order to the process to stop.
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
The text was updated successfully, but these errors were encountered: