Evgeniy, ostf it is just client-server application.
To add process that monitors nailgun state - means adding separate process, that will be wasted in 99% time.
Good approach would be to use rabbitmq notifications, with fanout topic, where any application can listen for events.
As a quick fix, i dont see any issues if this will be implemented in astute.
Evgeniy, ostf it is just client-server application.
To add process that monitors nailgun state - means adding separate process, that will be wasted in 99% time.
Good approach would be to use rabbitmq notifications, with fanout topic, where any application can listen for events.
As a quick fix, i dont see any issues if this will be implemented in astute.