Skip to content

[Feature] MessageEvent timestamp field is missing in CBridge #11

Open
@Lensual

Description

@Lensual

The C++ SDK

The field timestamp is Missing in CBridge

struct C_MessageEvent
{
/**
* Which channel type, RTM_CHANNEL_TYPE_STREAM or RTM_CHANNEL_TYPE_MESSAGE
*/
enum C_RTM_CHANNEL_TYPE channelType;
/**
* Message type
*/
enum C_RTM_MESSAGE_TYPE messageType;
/**
* The channel which the message was published
*/
const char *channelName;
/**
* If the channelType is RTM_CHANNEL_TYPE_STREAM, which topic the message came from. only for RTM_CHANNEL_TYPE_STREAM
*/
const char *channelTopic;
/**
* The payload
*/
const char *message;
/**
* The payload length
*/
size_t messageLength;
/**
* The publisher
*/
const char *publisher;
/**
* The custom type of the message
*/
const char *customType;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions