Michael

Results 6 comments of Michael

The following solution works in my prototype. Any comments? ``` SecureServerSocket svs(port); Context::Ptr pPocoSSLContext = svs.context(); if (pPocoSSLContext && (!crlFile.empty())) { std::cout

I have the same problem with NDK 20 and V8 8.9 Is there a solution to this problem?

Can you please let me know when this feature will be available?

@StargazerWayne : Any updates on this topic?

@JaylinYu I want to use SQLite persistence for retained messages. How will NanoMQ behave with parallel requests?

> > [@JaylinYu](https://github.com/JaylinYu) I want to use SQLite persistence for retained messages. How will NanoMQ behave with parallel requests? > > What I mean in this issue is that NanoMQ...