refactor: Update get calls and clean up debug
- Add `create: true` to get calls - Remove commented-out print_backtrace - Remove debug print for socket closure
This commit is contained in:
@@ -33,8 +33,6 @@ pub fn (mut t UnixSocketTransport) send(request string, params SendParams) !stri
|
||||
// Close the socket explicitly
|
||||
unix.shutdown(socket.sock.handle)
|
||||
socket.close() or {}
|
||||
// print_backtrace()
|
||||
console.print_debug('The server did not close the socket, we did timeout or there was other error.')
|
||||
}
|
||||
|
||||
// Set timeout if specified
|
||||
|
||||
Reference in New Issue
Block a user