flodgatt/src
Daniel Sockwell 357b812f58 Remove empty entries from MsgQueues hashmap
Before this change, entries in the MsgQueue hashmap would remain once
added, even if their value fell to 0.  This could lead to a very
slight memory leak/increase, because the hashmap would grow each time
a new user connected and would not decrease again.  This is now fixed.
2020-04-05 17:11:46 -04:00
..
config Fix bug with RedisConnection polling freqeuency 2020-04-05 13:28:17 -04:00
err Error handling, pt1 (#115) 2020-04-01 15:35:24 -04:00
messages Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
parse_client_request Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00
redis_to_client_stream Remove empty entries from MsgQueues hashmap 2020-04-05 17:11:46 -04:00
lib.rs Performance tuning (#108) 2020-03-25 17:50:32 -04:00
main.rs Stub status (#124) 2020-04-05 10:54:42 -04:00
rustfmt.toml Config refactor (#57) 2019-10-03 00:34:41 -04:00