gdaws / stompit

STOMP client library for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async usage?

paul-uz opened this issue · comments

Stompit seems to stop working when I use it inside of an async function.

With the function being called synchronously (removing any async calls inside of it) and the messages are sent without issue.

Is there a way to wrap the stompit send commands so they can be called inside an async function?