userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.37k stars 275 forks source link

Websockets Proposal: full duplex-like bi-directional request handler #661

Closed Turim closed 1 month ago

Turim commented 1 month ago

Proposal for #660

Upd.

  1. It's not obvious what's better - to broaden ReadableBase for all primitives, or to stay the separate way.
  2. I hope we could've made it w/o dynamic_casts (i.e. with decreased runtime cost)
Turim commented 1 month ago

Unfortunately I'm unable to reproduce the functional_tests' issue by myself. Is there any option to get functional_tests/websocket/Testing/Temporary/service.log from the test run?