COVESA / vsomeip

An implementation of Scalable service-Oriented MiddlewarE over IP
Mozilla Public License 2.0
1.02k stars 651 forks source link

where is vsomeip_sec_client_t-aware? #612

Closed fengmao31 closed 2 months ago

fengmao31 commented 4 months ago

warning: ‘virtual void vsomeip_v3::application::register_subscription_handler(vsomeip_v3::service_t, vsomeip_v3::instance_t, vsomeip_v3::eventgroup_t, const subscription_handler_t&)’ is deprecated: Use vsomeip_sec_client_t-aware functions and types instead. [-Wdeprecated-declarations]

BrunoLSilvaCTW commented 2 months ago

Hi @fengmao31,

The vsomeip_sec_client_t-aware method is here.

fengmao31 commented 2 months ago

what is the means of vsomeip_sec_client_t? At first, I think it is a new implainment function.