aiowebsocket icon indicating copy to clipboard operation
aiowebsocket copied to clipboard

想请问一下作为一个websocket client使用场景

Open phpmaple opened this issue 5 years ago • 1 comments
trafficstars

和同步的websocket库感觉没有区别,因为并不会同时去send一组,每发一个都await,这个README里面demo跟同步的效率有什么本质区别

phpmaple avatar Dec 31 '19 06:12 phpmaple

就是简单的同步和异步的区别,选择这个库或者 websockets 这样的同步库取决于你的项目是同步还是异步。

asyncins avatar Jan 28 '20 12:01 asyncins