agraubert/agutil

Security 2.0

Closed this issue · 0 comments

I want to rework the Security module from its current state. SecureSocket should be lower-level, just above io.Socket. The high-level interface for sending and receiving messages needs to be fully parallelized, each channel operating on its own socket and thread. When the main worker thread receives a new command, it should queue the command to the proper channel thread.