implemented local client join functionality
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
namespace WHISPER
|
||||
{
|
||||
|
||||
std::uint32_t whispercomm::getOwnID()
|
||||
{
|
||||
return ownID_;
|
||||
}
|
||||
|
||||
|
||||
void whispercomm::connect(std::shared_ptr<threadSafeQueue<WHISPER::Message>> receiver)
|
||||
|
||||
Reference in New Issue
Block a user