You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard: C++17
OS: Windows 10
Visual Studio: 17.1.0
I follow the example to create a two executables: A publisher and consumer. Neither accept any input arguments.
In both cases, the producer and consumer blocks execution. The last print out is "creating producer" or "creating consumer".
The function comments say the consumer is creating in a background thread. This should be a non-blocking operation. That is not what I am seeing. Also the verbosity is set to true but no output is provided.
Standard: C++17
OS: Windows 10
Visual Studio: 17.1.0
I follow the example to create a two executables: A publisher and consumer. Neither accept any input arguments.
In both cases, the producer and consumer blocks execution. The last print out is "creating producer" or "creating consumer".
The function comments say the consumer is creating in a background thread. This should be a non-blocking operation. That is not what I am seeing. Also the verbosity is set to true but no output is provided.
Linked libraries: czmq.lib;libsodium.lib;dafka.lib;
Please advise for next steps.
#include "dafka_library.h"
#include "dafka.h"
#include "dafka_producer.h"
#include "dafka_producer_msg.h"
#include
The text was updated successfully, but these errors were encountered: