example-websocket icon indicating copy to clipboard operation
example-websocket copied to clipboard

Collection of oatpp WebSocket examples

Results 2 example-websocket issues
Sort by recently updated
recently updated
newest added

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?