how to read file till the specific string ?
-
Hi,
Something's not clear, are you sending files through your chat client ?
-
@SGaist
for example , If i'm sending "Hello world" at first
and "Its a good life" at second
but when server receives data, it displays "Hello worldIts a good life".
I want to separate it with special charactor or something.@MokJ Hi, a few of us here in the forum are working on an example that is a chat client/server, we currently have 2 versions: one "less right" but uses less advanced stuff and one that is close to state of the art but uses non-trivial design patterns
I was wondering if you could help us help you. Take a look at the examples and let us know if there are parts that you don't understand or are too convoluted.
There's also a draft of wiki article with more descriptive explanations for the "less right" client
-
@MokJ Hi, a few of us here in the forum are working on an example that is a chat client/server, we currently have 2 versions: one "less right" but uses less advanced stuff and one that is close to state of the art but uses non-trivial design patterns
I was wondering if you could help us help you. Take a look at the examples and let us know if there are parts that you don't understand or are too convoluted.
There's also a draft of wiki article with more descriptive explanations for the "less right" client