Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

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

@rvolosatovs

Description

@rvolosatovs

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's 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

Metadata

Metadata

Labels

Type

No type

Projects

Status

New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions