paritytech / parity-tokio-ipc

Parity tokio-ipc
Apache License 2.0
76 stars 48 forks source link

windows: Don't panic if pipe doesn't exist #12

Closed Xanewok closed 5 years ago

Xanewok commented 5 years ago

It looks like an oversight, since every other error is propagated to the top.

Can confirm that this allows us to fix the test in PR for the IPC JSON-RPC server at https://github.com/paritytech/jsonrpc/pull/460/files#diff-df9803a4ba4c479ee9313609c56c6f86R81

cc https://github.com/paritytech/jsonrpc/pull/460

NikVolf commented 5 years ago

Thanks!