Closed Izorkin closed 2 years ago
This is not an error but expected behavior. As of 3867e82 (released with v0.7.0), the connections to the API socket are not closed after each command which was the case in the previous version. Instead, they are kept open. That is why netcat does not do anything further. For (BSD) netcat, you can use the -N
option to shutdown the connection after STDIN has been read.
The command execution hangs:
wsdd version 0.7.0. The error appears after this commit - https://github.com/christgau/wsdd/commit/c77644260a0cd4f2d7b931d869218d9c20f79689