MassTransit: Message contracts, polymorphism and dynamic proxy objects
问题 TL;DR On contract subscription, how can I get the raw message content or the original published object, rather than a dynamic proxy? I am having a bad time trying to create a modular application based on MassTransit. My idea is to have a Websocket server connected to queue, it reads events from the socket and inserts it in the queue as a "connection request", and reads events from the queue and send them to the sockets as "connection events". Both have a contract that allows the WS server