Function netio_unbuffered_unsubscribe

Function Documentation

int netio_unbuffered_unsubscribe(struct netio_unbuffered_subscribe_socket *socket, netio_tag_t tag)

Unsubscribe from a given message tag.

For a given subscribe socket, netio_unsubscribe can be called multiple times.

Parameters:
  • socket – The unbuffered subscribe socket.

  • tag – The tag to unsubscribe from.