> The generated method "counter()" should be const (at least with new
protoc compilers), therefor it cannot have any impact if you call it or
not.
You are right, this is the implementation of the autogenerated code:
inline ::uint32_t Response::counter() const {
// @@protoc_insertion_point(field_get:Response.counter)
return _internal_counter();
}
Where can I check where the problem is?
I don't have a clue due to the very small part of the code being pretty straightforward