flodgatt/src/redis_to_client_stream
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
..
receiver Remove empty entries from MsgQueues hashmap 2020-04-05 17:11:46 -04:00
redis Fix bug with RedisConnection polling freqeuency 2020-04-05 13:28:17 -04:00
client_agent.rs Improve performance of EventStream 2020-04-05 16:52:26 -04:00
event_stream.rs Improve performance of EventStream 2020-04-05 16:52:26 -04:00
mod.rs Handle non conforment events (#117) 2020-04-03 12:41:53 -04:00