Giter Club home page Giter Club logo

Comments (4)

mdeforge avatar mdeforge commented on July 28, 2024

I don't need this line in my project: h.socket()->on("pong", (sio::socket::event_listener)&OnMessage);

Have you seen the console example? I was able to modify that for my needs. Currently running C++ and Javascript clients with a Node.js server in between.

from socket.io-client-cpp.

melode11 avatar melode11 commented on July 28, 2024
  1. Your client object is stack allocated, so it'll destruct when run out of scope, that's why "end by user" happened.
    You need to wait as long as the connection lives,see console demo.
  2. The TLS feature is not controlled by the "https" in url, it is controlled by "SIO_TLS" macro at compile time.

from socket.io-client-cpp.

cewh avatar cewh commented on July 28, 2024

I found the error in my code from your console example. I'll close the issue and thanks for the response!

from socket.io-client-cpp.

cewh avatar cewh commented on July 28, 2024

I am working with the modified console example. The emit works and is received on the server side, I am also noticing a message every time I emit, I get the console message;

ping exit,con is expired?0,ec:The I/O operation has been aborted because of either 
a thread exit or an application request

The message comes from within client_impl::ping would this be related to ping interval or ping timeout setting?

from socket.io-client-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.