DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
MIT License
41 stars 23 forks source link

fix: Avoid queue missing error #210

Closed marktwtn closed 4 years ago

marktwtn commented 4 years ago

Declare queue in the remote worker source code to avoid queue missing error when the new RabbitMQ broker is created and the remote worker is activated right after it.

Close #209.