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.
使用Chord我可以在浏览器中成功打开 Clojurescript 套接字连接。
然而,文档和随附的示例似乎没有列出关闭该连接的任何选项。有谁知道这应该怎么做?
Chord 文档确实显示了一种关闭连接的方法,尽管是在服务器上。
解决方案是将开放通道传递给 aysncclose!函数。这是一个通用的通道操作,并不特定于 Chord。
close!
(close! channel)