Cinder-Asio icon indicating copy to clipboard operation
Cinder-Asio copied to clipboard

boost::asio implementation for Cinder

Results 8 Cinder-Asio issues
Sort by recently updated
recently updated
newest added

Hi, I'm not sure if this block is still being maintained or not but I just wanted to point out a very strange behavior I faced when making a simple...

I had an issue when leaving the app (destrying TcpServer) that it received an error message and could not handle it beacuse the objects in the server where gone. Just...

Good day! Quick description: I've used Cinder-Asio in my project and in some point get strange results - UDP packets, that my program received, were lost or corrupted. As far...

Maybe I'm doing something wrong... but I'm getting a lot of strange behavior with UDP (I'm running on Linux, but it shouldn't matter I don't think...) I've noticed this behavior...

Hi, I have this error on windows (actually I'm mac user) 1>LINK : fatal error LNK1104: cannot open file 'cinder-v140_d.lib' ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped...

No longer compiles due to this error, tested on Cinder 0.9.1 on OSX. I think it would be fixed by [this](https://github.com/BanTheRewind/Cinder-Asio/pull/18) pull request.

Hey there, love the block! Thanks! Was working beautifully with Cinder's **android_linux** branch until [this](https://github.com/cinder/Cinder/commit/0ffe88563575b18cd12f45e3af6b927319c894c2) commit where they upgraded to [Asio 1.11.0](http://think-async.com/asio/asio-1.11.0/doc/asio/history.html). At least the implementation of **asio::strand** changes. Would...

Hey, after doing a quick survey I noticed that there are some places where `ci::Buffer`s are being passed by value (like in the various `onRead()` methods). Where this was almost...