manatlan

Results 38 comments of manatlan

BTW, the best (and only way) to be able to enqueue files (think: mp3 player of local files) ... in a CC is to build your own "custom caf receiver"....

happy that it could serve someone ;-) It's the "cheap way" to enqueue files, by making an active process to enqueue on demand (when previous ends). By using the normal...

really interesting ... in fact, the guy/js on client/side(when your tab is always opened) will try to reconnect indefinitely ... and I think it can increase the memory consumption ......

Hi ... you can't call directly a python method, because the client/html needs to wait for guy to establish the socket. In your case, you will need to explicitly wait,...

Hi, No, my version doesn't have many changes from the original. The only changes are here just to make it works for our needs. They are only quick patches, made...

Can't be accepted ... The content encoding must reflect the encoding defined in the headers (if headers is utf8, the content should be utf8 ...if headers is cp1252, the content...

have you try python 3.7 ? BTW there is a trouble when window is closed ... and I will investigate that thanks for report

@icarito btw, can you try with python3.7 ? module 'asyncio' has no attribute 'all_tasks' in all python

On guy (https://github.com/manatlan/guy) It will be very easy to add its own http handlers, to handle this kind of specific things ... By the way, guy use tornado (no more...