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

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

Open
2 tasks done
rvolosatovs opened this issue Oct 21, 2022 · 2 comments
Open
2 tasks done

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

rvolosatovs opened this issue Oct 21, 2022 · 2 comments
Assignees
Labels
bug Something isn't working hacktoberfest

Comments

@rvolosatovs
Copy link
Member

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
@rvolosatovs rvolosatovs added bug Something isn't working hacktoberfest labels Oct 21, 2022
@rvolosatovs
Copy link
Member Author

@kieranjazy could you pick this one up?

@rvolosatovs rvolosatovs self-assigned this Oct 21, 2022
@kieranjazy
Copy link
Contributor

Fixed in #70

@dpal dpal added this to Enarx Board Jan 26, 2023
@dpal dpal moved this to New in Enarx Board Jan 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working hacktoberfest
Projects
Status: New
Development

No branches or pull requests

3 participants