Nessaj

Results 4 issues of Nessaj

According to v2ray-core source [master branch](https://github.com/v2ray/v2ray-core/blob/master/infra/conf/router.go#L388) ```go type RawFieldRule struct { RouterRule Domain *StringList `json:"domain"` IP *StringList `json:"ip"` Port *PortList `json:"port"` Network *NetworkList `json:"network"` SourceIP *StringList `json:"source"` SourcePort *PortList `json:"sourcePort"`...

**Describe the bug** As described in title, emitting an event with an array or vector like: ```rust let v = vec![1,2,3]; socket.emit("message", v).ok(); ``` will split elements in the vector...

bug
documentation
help wanted
socketio-v4
socketio-v5

**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P) rust-analyzer version: 0.4.1994-standalone [/home/nessaj/.vscode/extensions/rust-lang.rust-analyzer-0.4.1994-linux-x64/server/rust-analyzer] **rustc version**: (eg. output of `rustc -V`) rustc 1.78.0 (9b00956e5 2024-04-29)...

C-bug
A-ide

**rust-analyzer version**: 0.4.2071-standalone [/home/nessaj/.vscode/extensions/rust-lang.rust-analyzer-0.4.2071-linux-x64/server/rust-analyzer] **rustc version**: rustc 1.80.1 (3f5fd8dd4 2024-08-06) **editor or extension**: VSCode 1.92.1, rust-analyzer v0.4.2071 (pre-release) **relevant settings**: **repository link (if public, optional)**: **code snippet to reproduce**: ```rust...

A-diagnostics
C-bug