Prokopev Aleksey

Results 4 issues of Prokopev Aleksey

Hi, first of all thank you a lot for this project! It would be just awesome to configure this docker for "state-of-the-art" ASpIRE Chain Model. I'm trying to configure it...

everything goes through but right after "After postprocessing" step it breaks down with: ``` terminate called after throwing an instance of 'std::system_error' what(): Invalid argument ``` looks like an issue...

I am trying to do roughly the following: ``` bot0 = Bot(username=username0,password = password0) bot1 = Bot(username=username1,password = password1) bot0.client.send_chat_message(recipient, message) bot1.client.send_chat_message(recipient, message) ``` However, connection management seems to be...

enhancement