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.
我是 Vb.net 的新手,我遇到了一个问题。我不知道如何从 UDP 端口连续读取数据。我正在通过我的端口获取字节流,我想从端口读取数据并将其存储在队列中,以便我可以相应地处理接收到的数据。
帮我。建议我怎么做???
示例代码受到高度赞赏。
您需要做的是从不同(非阻塞)线程上的端口读取数据。
这个关于代码项目的例子是一个关于如何做到这一点的完整工作示例