Skip to content

Using futures TcpStream with spin #42

@IAMSolaara

Description

@IAMSolaara

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions