Xiong Wang

Results 92 comments of Xiong Wang

sorry the doc is out of date, for newer version: ```cs io.ClientWebSocketProvider = () => { var client = new DefaultClientWebSocket(); client.SetProxy(...); client.AddHeader(...); return client; }; ```

https://socket.io/docs/v4/client-api/#socketsendargs dose 'send' is an alias for 'emit'?

it works fine for me: Application pools -> Advanced Settings -> Identity -> change the Identity to Administrator

The issue can be reproduced. 1. create an ARMx64 VM on Azure. 2. drop a ip rule from iptables logs: ``` 04/18/2024 14:27:02 OnPong: 00:00:00.0000438 04/18/2024 14:27:07 Ping 04/18/2024 14:27:07...

The issue is not limited to ARM devices; it also occurs on Ubuntu x64. Because the TCP connection is not properly closed, different operating systems have different implementations, resulting in...

Sorry I don't understand. the first comment, you mean only the price_changed event can be triggered, other events never been triggered?

Thanks for you PR, but I don't know why need to change, could you please leave extra infos to explain it?

I have published 2 packages to local folder, and then make the folder as a nuget source. - SocketIO.Serializer.SystemTextJson v3.1.2-alpha.1 - SocketIO.Serializer.SystemTextJson v3.1.2-alpha.2 the condition of alpha.1 is ```xml netstandard2.0...

由于 issue 描述不够详细,假设您是问是否能在 win10 或 win11 上运行: 小猫咪🐈 在 win10 或者 win11 上都能运行,如果您下载的是 161k 的程序,是需要另外再安装 .net core 运行时。否则,你需要下载较大的安装包 https://github.com/Kyome22/RunCat_for_windows/issues/43

# Here is the Change log: ## [3.0.7] - 2022-11-29 ### Added - Support custom User-Agent header ### Changed - Fixed OnAny does not fire when received binary messages -...