Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

wslay_event_get_queued_msg_length - Get the sum of queued message length

Author

       Tatsuhiro Tsujikawa

Description

wslay_event_get_queued_msg_length() returns the sum of queued message length.  It only counts the message
       length queued using wslay_event_queue_msg() or wslay_event_queue_close().

Name

       wslay_event_get_queued_msg_length - Get the sum of queued message length

Synopsis

       #include <wslay/wslay.h>

       size_twslay_event_get_queued_msg_length(wslay_event_context_ptrctx)

See Also