ProAvalon icon indicating copy to clipboard operation
ProAvalon copied to clipboard

Split commands out to separate file

Open vck3000 opened this issue 3 years ago • 0 comments

Commands are currently embedded into sockets.ts, with a couple strong dependencies on allSockets as well as the global io object.

Extracting out these commands will drastically reduce the complexity of sockets.ts, and also make testing easier.

vck3000 avatar Jan 21 '22 06:01 vck3000