Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using futures TcpStream with spin #42

Open
IAMSolaara opened this issue Nov 7, 2024 · 0 comments
Open

Using futures TcpStream with spin #42

IAMSolaara opened this issue Nov 7, 2024 · 0 comments

Comments

@IAMSolaara
Copy link

Hello, I'm evaluating using spin for one of my applications and need it to connect to a MSSQL database, using the tiberius crate, but I'm really new to using WASM in general.

So far I've had to disable openssl because of openssl-sys not compiling and rustls didn't work either (but that's a Tiberius issue I guess?) and now I'm having issues with the TcpStream since I don't know where I could find a working async socket to use with spin that implements the traits from the futures crate (AsyncWrite and AsyncRead).

Maybe I'm just not looking in the right places...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant