Closed GlenDC closed 1 month ago
Currently we open a file handle for each connection... This is not desired and can give issues. Instead we should handle this with channels. We can do it pretty simple for now and expand if we or others request more.
Currently we open a file handle for each connection... This is not desired and can give issues. Instead we should handle this with channels. We can do it pretty simple for now and expand if we or others request more.