tunlrs / mono

Server for Tunlrs service.
MIT License
2 stars 0 forks source link

Async tcp object spawn #15

Closed Serpent03 closed 2 weeks ago

Serpent03 commented 2 weeks ago

PS: still need to fix the read server response functionality - currently after forwarding from client to server, the function blocks until the client connection is de-established(i.e, Ctrl+C on the client netcat window..) - this will have to be fixed. Perhaps something like an async move () can work here?

Serpent03 commented 2 weeks ago

also oops lol, I should have raised a new branch for this.. woops

sosweetham commented 2 weeks ago

PS: still need to fix the read server response functionality - currently after forwarding from client to server, the function blocks until the client connection is de-established(i.e, Ctrl+C on the client netcat window..) - this will have to be fixed. Perhaps something like an async move () can work here?

Follow #16 post merge of this