mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
zmq: MacPorts latest fix
This commit is contained in:
parent
633f14b976
commit
dc8b7a88bd
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ void ZmqServer::serve()
|
|||
{
|
||||
throw std::runtime_error("ZMQ RPC server reply socket is null");
|
||||
}
|
||||
while (rep_socket->recv(&message))
|
||||
while (rep_socket->recv(&message, 0))
|
||||
{
|
||||
std::string message_string(reinterpret_cast<const char *>(message.data()), message.size());
|
||||
|
||||
|
|
Loading…
Reference in a new issue