Code Monkey home page Code Monkey logo

phira-mp's People

Contributors

mivik avatar okatu-loli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

phira-mp's Issues

IPv6 支持有误

表现为 IPv6 端口并未被绑定,无法接收任何来自 IPv6 的请求。

应该是这里的问题:

let addrs: &[SocketAddr] = &[
SocketAddr::new(Ipv4Addr::UNSPECIFIED.into(), port),
SocketAddr::new(Ipv6Addr::UNSPECIFIED.into(), port),
];

let listener: Server = TcpListener::bind(addrs).await?.into();

按照 文档 的说法

If addr yields multiple addresses, bind will be attempted with each of the addresses until one succeeds and returns the listener. If none of the addresses succeed in creating a listener, the error returned from the last attempt (the last address) is returned.

因此事实上只绑定了 v4 端口而并未绑定 v6 端口。

[功能请求]通过可选传输的自建服务器游玩本地谱面

通过自建服务器传输铺面数据,服务端可选择是否开启支持本地铺面,成绩仅记录在本地,与谱面挂钩,仅在联机谱面游玩结束后同步一次(亦或者使用这种办法来给iOS企业签名的phira传输本地谱面或者皮肤

服务端日志刷报错

如图,疯狂broken pipe
且os error 32
mmexport1704120763868.jpg

复现方式... 不知道如何复现
不知有何解决方案

No license found

This project does not seem to have a license declared in an obvious way, or at all. A license should be added (as this project seems to be intended as open source) so that users can run, modify, study, distribute, and use the code.

https://choosealicense.com/no-permission/

服务器端口12345没有被监听

内网穿透报错
连接映射目标 [127.0.0.1:12345] 失败, 请检查本地服务是否可访问: dial tcp 127.0.0.1:12345: connectex: No connection could be made because the target machine actively refused it.
是在先开启服务器,后打开隧道的前提下出现的,使用的是最新代码构建的
之前构建的服务器没有这个问题

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.