logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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