forked from ROMEO/nexosim
Split sinks and source registries
This makes it possible to concurrently control and monitor the simulation when using gRPC. Accordingly, the gRPC server now runs on 2 threads so it can serve control and monitoring requests concurrently.
This commit is contained in:
@ -414,6 +414,8 @@ pub(crate) mod macros;
|
||||
pub mod model;
|
||||
pub mod ports;
|
||||
#[cfg(feature = "rpc")]
|
||||
pub mod registry;
|
||||
#[cfg(feature = "rpc")]
|
||||
pub mod rpc;
|
||||
pub mod simulation;
|
||||
pub mod time;
|
||||
|
Reference in New Issue
Block a user