enarx / codex

Code examples that can be compiled to WebAssembly for use with Enarx
Apache License 2.0
22 stars 14 forks source link

[Bug]: C++ chat client outputs numbers to the log #65

Open rvolosatovs opened 1 year ago

rvolosatovs commented 1 year ago

Is there an existing issue for this?

Code of Conduct

Current Behaviour

$ enarx deploy file://$(pwd)/cpp
hello
6
test
5
hy
3
hmm weird output
4
6
7

Expected Behaviour

$ enarx deploy file://$(pwd)/cpp
hello
test
hy
hmm weird output

Environment Information

irrelevant

Steps To Reproduce

  1. Start the Rust chat-server
  2. Start the C++ chat-client
  3. Type messages
  4. Observe numbers being printed to the log
rvolosatovs commented 1 year ago

@kieranjazy could you pick this one up?

kieranjazy commented 1 year ago

Fixed in https://github.com/enarx/codex/pull/70