gdaws/stompit

Async usage?

paul-uz opened this issue · 0 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?