Skip to content
Discussion options

You must be logged in to vote

@aleppax I would say those ENOMEM errors are definitely SSL related, creating a ssl socket with every https request doesn't play out very well as you already tested. As an alternative you should consider using mqtt, which works with SSL too and avoids these memory allocations errors since it only needs to be connected once.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@aleppax
Comment options

@Carglglz
Comment options

Answer selected by aleppax
@aleppax
Comment options

Comment options

You must be logged in to vote
1 reply
@smudge1977
Comment options

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