hrnozel

Results 15 comments of hrnozel

I have found another issue; httpSession cant send sequential responses for a request. I think this is due to running in event loop.

I viewed your [broadcast server](https://github.com/IronsDu/brynet/blob/master/examples/BroadCastServer.cpp) example, and I changed my code like this. And now it is working as properly. ``` void MyClass::addClient(const brynet::net::http::HttpSession::Ptr& client) { m_sessions.push_back(client); } void MyClass::dispatchFrame()...

Hello @lganzzzo, Thank you so much for your answer. Actually, I already wrote it the way you wrote it. There is a small change, I store DTO objects with shared_ptr....

Do you have time to add this feature for macOS? If you don't, I can implement it for you?

I actually have no experience with osX :D, but I think I can do this with the objc runtime wrappers. I'll let you know here when I start.