1 repository
User-defined hooks that inspect, modify, or filter every message before it reaches subscribers or the retained message store.
Distinct from Message Delivery Pipelines: Distinct from Message Delivery Pipelines: focuses on the interception and modification of individual messages before delivery, not the routing or queuing infrastructure.
Explore 1 awesome GitHub repository matching networking & communication · Message Interceptors. Refine with filters or upvote what's useful.
MQTTnet is a comprehensive MQTT library for .NET that supports both client and broker roles in a single codebase. It provides a full-featured broker implementation capable of hosting a server with access control, message interception, session persistence, and support for mixed MQTT protocol versions. The client side offers robust publish-subscribe communication with automatic reconnection that preserves quality-of-service guarantees, ensuring reliable message delivery across network interruptions. The library distinguishes itself with a plugin-based authentication pipeline for validating clie
Routes every published message through user-defined interceptors before delivery to subscribers or retained message store.