//! The actor messages are used for communication between Actix Actors.
//! In this case it's for communication between the CommitMonitor and the WebSocketConnection.
use ;
//WebSocketConnection responds to this to pipe it through to the actual client
;
/// Subscribes a WebSocketConnection to a Subject.
/// A message containing a Resource, which should be sent to subscribers