GithubHelp home page GithubHelp logo

Comments (7)

eidheim avatar eidheim commented on July 20, 2024

What OS and compiler are you using?

from simple-websocket-server.

Lucamiz01 avatar Lucamiz01 commented on July 20, 2024

This is Windows 8 (but on Windows 10 we observe the same behaviour) and the compiler is Visual Studio's 2015 one. So Microsoft (R) C/C++ Optimizing Compiler Version 19 (both in x86 or x64)

from simple-websocket-server.

eidheim avatar eidheim commented on July 20, 2024

Could you try reproduce the errors on Linux using g++? Just to rule out that it us not a Windows issue. Most server libraries are typically not very well tested on Windows. Also try compile 64 bit if you are not doing so already.

from simple-websocket-server.

Lucamiz01 avatar Lucamiz01 commented on July 20, 2024

We tried 64 bit already with no success (same problem). We are trying to compile in g++ but I think we have some non-cross platform code inside (maibe we can try to cut that out). Still trying.

from simple-websocket-server.

eidheim avatar eidheim commented on July 20, 2024

Thank you, and since it might be a VC release build issue, you could try enable/disable the various flags that are added when you choose release build. That is, to see what compiler flag(s) is causing the issue.

from simple-websocket-server.

Lucamiz01 avatar Lucamiz01 commented on July 20, 2024

It turns out it is some sort of memory corruption due to another package we were using. We are still investigating the problem anyway. Possibily the memory initialization in the Debug Mode was enough to make it work in Debug Mode and not work in Release.

from simple-websocket-server.

eidheim avatar eidheim commented on July 20, 2024

Happy to hear you are getting closer to a solution.

from simple-websocket-server.

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.