sdroege / async-tungstenite

Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
MIT License
396 stars 61 forks source link

could not find `async_std` in `async_tungstenite` #112

Closed hp8wvvvgnj6asjm7 closed 1 year ago

hp8wvvvgnj6asjm7 commented 1 year ago

-

sdroege commented 1 year ago

How can this be reproduced?

Proxtx commented 1 year ago

its used in the example client

Proxtx commented 1 year ago

this can be fixed by enabeling the "async-std-runtime" feature

sdroege commented 1 year ago

Should be added to the required-features then indeed :) Do you want to make a PR?

Proxtx commented 1 year ago

It's already there but @hp8wvvvgnj6asjm7 didn't use the appropriate cargo function to run the example.

sdroege commented 1 year ago

Ah that's what you mean. Let's close this then I guess?