#Web Socket Issue

5 messages · Page 1 of 1 (latest)

mortal lichen
#

I have some problems checking if my socket is receiving any data.

fallow skiffBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.

icy crane
#

seems like this is cpp

lofty granite
#

recv() is normally used only on a connected socket, is your socket connected?
Can you show the outout of perror()?

#

Can you show the definition of buff?