trantor
trantor copied to clipboard
Simplify the code for sending data
@an-tao If you're doing a rewrite on this, is it possible you design it with support for asynchronous newStreamResponse in mind? Would allow for example server-sent events as mentioned here: https://github.com/drogonframework/drogon/issues/1587
@an-tao If you're doing a rewrite on this, is it possible you design it with support for asynchronous newStreamResponse in mind? Would allow for example server-sent events as mentioned here: drogonframework/drogon#1587
Yes, I'm considering providing a new API for this. drogonframework/drogon#1833, this is a recent solution, it also requires Trantor’s new API.