Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 C#.NET 中构建一个 WebSocket 客户端,允许我在套接字上将 TCP_NODELAY 属性设置为 True(即禁用 Nagle)?我已经尝试了一堆似乎没有这个选项的 WebSocket 库。谢谢
我最终找到了一个可以添加 NoDelay 支持的开源 WebSocket 库。