Hi,

I'm writing a class libray where I need to read some messages from an
(async) socket, parse it and send it on for further processing. I am
considering to use the Rhino ServcieBus to de-couple the message, but
am having some problems with the setup.

To test my class library, I've added another project to my soludion, a
console app, which will fire up the Listener. When I have received my
message I call bus.Send(). So far so good. My problem is, that my
consumer never gets the message. If I put everything inside the
console project it works, but I would like to have my consumer in my
"socket" library or maybe another class library.

I'm sure it has to do with the setup, but I just can's swing it.

Thanks in advance for any help/pointers.

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to