Replies: 1 comment 8 replies
-
Hi @zip-link , We would need more information to reproduce your issue:
Ideally, some short of reproducer would be nice; we normally ask for a Dockerfile, as that way the reproducer is self contained. Thanks! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the default QoS configuration of version 2.5.0, when transmitting sequence data, when the number of elements of sequence is relatively large, it will fail to send after matching the subscriber. After releasing printing, serialization failed. How to solve this problem?
There are warnings below:
2022-03-10 10:23:54.115 [RTPS_WRITER Info] 0.0.3.c2 Sending Heartbeat (1 - 1) -> Function send_heartbeat_nts_
2022-03-10 10:23:54.929 [RTPS_WRITER Warning] RTPSWriter:Serialization returns false -> Function perform_create_new_change
2022-03-10 10:23:56.917 [RTPS_WRITER Info] Sending relevant changes as DATA/DATA_FRAG messages -> Function add_data
2022-03-10 10:23:56.917 [RTPS_WRITER Info] Sending INFO_TS message -> Function add_info_ts_in_buffer
Beta Was this translation helpful? Give feedback.
All reactions