mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add function to convert kafka array to vector
This commit is contained in:
parent
84b3981d47
commit
33a015329d
4 changed files with 60 additions and 19 deletions
|
@ -997,7 +997,7 @@ public:
|
|||
* for example:
|
||||
* SrsCommonMessage* msg = NULL;
|
||||
* SrsConnectAppResPacket* pkt = NULL;
|
||||
* if ((ret = server->expect_message<SrsConnectAppResPacket>(protocol, &msg, &pkt)) != ERROR_SUCCESS) {
|
||||
* if ((ret = server->expect_message<SrsConnectAppResPacket>(&msg, &pkt)) != ERROR_SUCCESS) {
|
||||
* return ret;
|
||||
* }
|
||||
* // use then free msg and pkt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue