whowantswhat

Results 11 comments of whowantswhat

I'd suggest to remove subscribe button. It will be better to subscribe to several topics by clicking connect button. For example, I have a list with 5 topics and I...

> What exactly do you mean "don't use"? Are you not using your PC by not using Mouse etc. or do you mean that you are not subscribing or publishing...

i don't use my mouse 1. subscribe 2. go to messages view 3. disconnect after 10-20 minutes if u don't use the app

1. my own 2. tcp 3. I changed client options builder a little bit so: `.WithKeepAlivePeriod( TimeSpan.FromSeconds( int.MaxValue ) );` I want the application to work endlessly

int.MaxValue - it is about 20+ days it seemed to me that this was enough, but, as it turned out, no. [Mqtt explorer](http://mqtt-explorer.com/) works fine with my broker

I wrote algorithm for prefix tree but I can't understand how to display it on ui `internal static class Program { private static readonly ConcurrentQueue Filelists = new(); private static...

> Please try the current version in _main_ branch. It uses a data grid now which should improve usability and performance a lot. hm it looks really good but there...

If `!_isRecordingEnabled` All received message are not getting lost. You add messages to collection but don't send them on ui

I use Insert because I wanna see new messages on top

listbox has `AutoScrollToSelectedItem `property and I think you can use it