Giter Site home page Giter Site logo

rspd's People

Contributors

branlwyd avatar

Stargazers

 avatar  avatar Nick Pelone avatar Patrick Elsen avatar GAURAV avatar Seonghyun Park avatar  avatar Subash SN avatar Nick Sardo avatar Yan avatar C avatar

Watchers

James Cloos avatar  avatar Josiah Hunsinger avatar  avatar

rspd's Issues

rustc --explain E0554

error[E0554]: #![feature] may not be used on the stable release channel
--> src/main.rs:1:12
|
1 | #![feature(vec_spare_capacity)]
| ^^^^^^^^^^^^^^^^^^

For more information about this error, try rustc --explain E0554.
error: could not compile rspd due to previous error

Fix panic on unwrap of client address

There are a few errors in logs about:

thread 'async-std/runtime' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 107, kind: NotConnected, message: "Transport endpoint is not connected" }', src/main.rs:78:62

Line 78 is:

let client_addr = stream.peer_addr().unwrap().ip();

We should ignore-but-drop NotConnected errors rather than panicking, and probably report other kinds of errors.

Add license?

Hi @branlwyd! It doesn't look like you're actively developing this project anymore. Would you consider adding a license to it so I can tell if it would be appropriate for me to fork this for my own purposes, or if I need to start from scratch? MIT would be appreciated, but of course that is up to you ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.