paritytech / jsonrpc

Rust JSON-RPC implementation
MIT License
791 stars 274 forks source link

Make windows http server multithreaded #670

Closed i1i1 closed 2 years ago

i1i1 commented 2 years ago

This pr cleans up some old hacky code which implied older version of mio and tokio. This would make HTTP server on windows be multithreaded.

i1i1 commented 2 years ago

Btw, could you also update library on crates.io? It would be great to pull this patch from there :smile: