BasicAlgorithm / Protocol-HSM

0 stars 2 forks source link

Server and client now use threads #30

Closed mgonnav closed 3 years ago

mgonnav commented 3 years ago

Server now invokes a thread for each new client connection it accepts. Client now creates a response listener in a thread when connecting to a server. Related issue: #24