mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-23 15:48:03 +00:00
Made messages mutable to prevent copy
This commit is contained in:
@ -68,7 +68,7 @@ public:
|
||||
private:
|
||||
bool changeState(State state);
|
||||
void remoteClose();
|
||||
bool outgoing(mutable_message_ptr message);
|
||||
bool outgoing(message_ptr message);
|
||||
void incoming(message_ptr message);
|
||||
|
||||
std::shared_ptr<TcpTransport> initTcpTransport();
|
||||
|
Reference in New Issue
Block a user