Laurent Pointal

Results 4 comments of Laurent Pointal

Hello, I did some investigations. do_fileno_removed() is called twice, second time with fileno having None value. Until I fix it in the correct place, you can use a workaround, at...

Your description is a little brief. How to you start osc4py3 (event loop, communication threads, all threads)? Have you some piece of code showing what you do ? Thanks.

I added a call to terminate_all_channels() in the three terminate() functions, and built 1.0.8 version uploaded on PyPI. Note: this is done in the sourcesup hosted repository: https://sourcesup.renater.fr/scm/viewvc.php?root=osc4py3 Remark: the...

Hello, The two import methods should be similar (the star import defines names listed in `__all__` list of `as_eventloop` module, and module names are defined when it is imported). Do...