Igosuki / signalr-rs

Actix Websocket based implementation of Signalr
MIT License
19 stars 6 forks source link

client.rs error E0432 use std::option::NoneError #4

Closed iantr closed 2 years ago

iantr commented 2 years ago

I'm unable to compile the signalr-rs crate on either Windows or Linux, using either the stable or nightly build of the rust tooling. I always get this error:

error[E0432]: unresolved import std::option::NoneError --> /home/iantr/.cargo/registry/src/github.com-1ecc6299db9ec823/signalr_rs-0.1.4/src/hub/client.rs:21:5 | 21 | use std::option::NoneError; | ^^^^^^^^^^^^^^^^^^^^^^ no NoneError in option

Igosuki commented 2 years ago

Sorry the crate was not published for a while, thanks for catching this. You can now use 0.2.0 which uses actix 4 and has more goodies.