spring-projects / spring-shell

Spring based shell
http://projects.spring.io/spring-shell/
Apache License 2.0
719 stars 395 forks source link

EventLoop can attempt send without throwing #1002

Closed jvalkeal closed 6 months ago

jvalkeal commented 6 months ago

Currently we throw with message send if loop is not active or there's no subscribers. Should simply return false.