example-websocket
example-websocket copied to clipboard
Collection of oatpp WebSocket examples
see https://github.com/oatpp/oatpp-websocket/issues/38#issuecomment-1173165297 it seems to be the same issue. ``` I |2022-07-03 22:13:13 1656879193764964| websocket-client:Application Started I |2022-07-03 22:13:14 1656879194377704| websocket-client:Connected D |2022-07-03 22:13:14 1656879194378063| websocket-client:sending message... D |2022-07-03 22:13:14...
In the example (async), when we want to throw a std exception inside the room, it’s not catched. Do you have an idea?
There's a typo in the logging macro - D instead of d
https://github.com/oatpp/example-websocket/blob/master/async-server/CMakeLists.txt#L20-L21 The async-server websocket example requires 1.4.0, but as far as I can see in the releases the latest is 1.3.1.