logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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