hyperchat | using hypercore to share and record chat histories | Chat library
kandi X-RAY | hyperchat Summary
kandi X-RAY | hyperchat Summary
An experiment with using hypercore to share and record chat histories.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of hyperchat
hyperchat Key Features
hyperchat Examples and Code Snippets
Community Discussions
Trending Discussions on hyperchat
QUESTION
So I wanted to make a chat app in C#, I watched a video about it(https://www.youtube.com/watch?v=ve2LX1tOwIM), I completely copied the code for now but when I run the server, Connect the client to the server and send a message from the client what happen is that it infinitely sends the message to both client and server. I am not sure why it does that since the code is exactly like shown in the video I watched. You can see this in my repository.
In case you want to see the code: Client:
...ANSWER
Answered 2019-Mar-24 at 15:28The problem is that you have e.ReplyLine…
in both the client and the server, remove that from the client and you code should work.
What is happening is that the client sends a message, which the server then receives and sends a reply to, the client receives the reply and in the case of your code sends a reply to the server, this results in the server receiving the reply and sending a reply to that and so on...
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install hyperchat
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page