mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-12-09 05:58:24 +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