Smoovsky

Results 6 issues of Smoovsky

[Code](https://github.com/dvsekhvalnov/jose-jwt/blob/cb426b83e1e2010cdb7b9c062532ce1b27905f71/jose-jwt/jwk/JwkSet.cs#L68-L80) Both ```mapper```s are null by default, but a null reference exception will be thrown for sure if they are null.

```json { // ... "outbounds": [ { "protocol": "freedom", "tag": "direct" }, { // ... "tag": "x1" }, { // ... "tag": "x2" }, { // ... "tag": "y1" },...

When debugging with just my code disabled + search Microsoft symbol server enabled(or adding my own symbol folder in symbol search paths), I can step into external source code. Can...

Feature Request
Triaged

如题,当内置dns服务器通过routing rule匹配到leastPing balancer类型的outbound的时候会跳过并且走默认outbound(等于什么都没匹配到)。 把strategy改到random问题就好了; 这个问题在只有一个leastPing balancer的时候也会被触发。 之前一直没有发现,直到上周8888返回的结果开始被污染了才发现。 可能相关:#1792