dreameo Posted February 16, 2020 Posted February 16, 2020 In-Memory DB backed by a map. Why use this? Don't What works? I tested adding values and adding a list of values, retrieving either works. (Shutdown doesn't work - Not that it really matters here. I can fix it up if people are interested) How to use: Just make sure the server runs on a separate thread. The clients socket is short lived once a request finishes. Server: https://pastebin.com/RGZ6FXpL Client: https://pastebin.com/ab3nbp0Y