forked from eden-emu/eden
sockets: avoid locking around socket session calls
This commit is contained in:
parent
54426fb2a3
commit
9b39e25805
3 changed files with 10 additions and 2 deletions
|
@ -186,6 +186,9 @@ private:
|
|||
|
||||
// Callback identifier for the OnProxyPacketReceived event.
|
||||
Network::RoomMember::CallbackHandle<Network::ProxyPacket> proxy_packet_received;
|
||||
|
||||
protected:
|
||||
virtual std::unique_lock<std::mutex> LockService() override;
|
||||
};
|
||||
|
||||
class BSDCFG final : public ServiceFramework<BSDCFG> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue