start session collection for exit gateways (#5148)
This commit is contained in:
@@ -622,6 +622,7 @@ impl NymNode {
|
||||
self.exit_gateway.stats_storage.clone(),
|
||||
);
|
||||
exit_gateway.set_task_client(task_client);
|
||||
exit_gateway.set_session_stats(self.entry_gateway.sessions_stats.clone()); //Weird naming I'll give you that, but Andrew is gonna rework it anyway
|
||||
if self.config.wireguard.enabled {
|
||||
exit_gateway.set_wireguard_data(self.wireguard.into());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user