Skip to content

Commit 57480fd

Browse files
committed
remove double keyexpr declaration in publisher
1 parent b6ead1f commit 57480fd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/net/primitives.c

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ _z_publisher_t *_z_declare_publisher(_z_session_t *zn, _z_keyexpr_t keyexpr, z_c
106106
ret->_id = _z_get_entity_id(zn);
107107
ret->_congestion_control = congestion_control;
108108
ret->_priority = priority;
109-
110-
// Build the declare message to send on the wire
111-
_z_declare_resource(zn, keyexpr);
112109
}
113110

114111
return ret;

zenohpico.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ prefix=/usr/local
33
Name: zenohpico
44
Description:
55
URL:
6-
Version: 0.10.20230911dev
6+
Version: 0.10.20230913dev
77
Cflags: -I${prefix}/
88
Libs: -L${prefix}/ -lzenohpico

0 commit comments

Comments
 (0)