introduce stop signal handling
This commit is contained in:
@ -104,7 +104,13 @@ impl<
|
||||
packet_id_lookup: HashSet<PacketId>,
|
||||
) -> Result<Self, std::io::Error> {
|
||||
Ok(Self {
|
||||
server: TcpSpacepacketsServer::new(cfg, tm_source, tc_receiver, packet_id_lookup)?,
|
||||
server: TcpSpacepacketsServer::new(
|
||||
cfg,
|
||||
tm_source,
|
||||
tc_receiver,
|
||||
packet_id_lookup,
|
||||
None,
|
||||
)?,
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user