[rabbitmq-discuss] .net: why main loop is not a background thread?
Vadim Chekan
kot.begemot at gmail.com
Fri Jul 6 20:23:37 BST 2012
Rabbitmq .net client creates a main loop thread but it does not
specify thread's property IsBackground=true. As result, by default
this thread is foreground thread and if connection have not been
closed, it will prevent application from quit and application will
hang.
Are there any reasons why main loop thread can not be set to be background?
Thanks,
Vadim.
--
More information about the rabbitmq-discuss
mailing list