cosmarc
Results
2
issues of
cosmarc
Would be nice to be able to move an issue (not a pull request) in a column when the first attempt to fix/implement it was made.
I'm using IXWebSockets 11.4.3 (as client) to connect to my azure pub sub and I'm using the following code to do it so: ``` m_ws.setUrl(url.toStdString()); m_ws.addSubProtocol("protobuf.webpubsub.azure.v1"); m_ws.setPingInterval(45); m_ws.enableAutomaticReconnection(); ix::SocketTLSOptions options;...