hopedrivendeveloper

Results 2 comments of hopedrivendeveloper

Hi @robertmircea. Would following code work for you? ```c# using (var connection = conn.GetIStanConnection()) { var ev = new AutoResetEvent(false); using (var s = connection.Subscribe(topicName, "procesorGroupName", opts, MessageHandler)) { Log.Information("Waiting...

Can you please provide some details as this lib has been used in the Kotlin project without any issues after adding gradle dependency `implementation 'com.whiteelephant:monthandyearpicker:1.3.0'`