You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/06/10 19:20:07 UTC

[celix] branch master updated (e288834 -> e8381e6)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from e288834  Merge pull request #230 from apache/feature/wire_protocol_with_fixed_sized_types
     add 9cdf93b  refactor read and write function
     add 6d3172f  Fix OSX Build Error
     add e8381e6  Merge pull request #250 from apache/feature/make_tcp_admin_msg_sending_robust_when_tcp_send_timeout_expires

No new revisions were added by this update.

Summary of changes:
 .../src/pubsub_psa_tcp_constants.h                 |   2 +
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      | 368 +++++++++++----------
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.h      |   3 +-
 .../src/pubsub_tcp_topic_receiver.c                |   9 +-
 .../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c |   5 +-
 5 files changed, 208 insertions(+), 179 deletions(-)