Coder Social home page Coder Social logo

Comments (4)

eiriniar avatar eiriniar commented on May 9, 2024

Hello,

We might need some more information in order to reproduce the error.
Because, for example, if we replace the tutorial's stop function (in the movie_server module) with the following:

handle_call(stop, From, S) ->
%% {stop, normal, stopped, S}.
gen_server:reply(From, stopped),
{stop, normal, S}.

PropEr still runs the tests smoothly. An exception is raised in case we omit the gen_server:reply/2 call, but this is expected since the server terminates while the client awaits for a reply to the synchronous call.

from proper.

kostis avatar kostis commented on May 9, 2024

Any chance we will get some more info on this issue or should we consider it as resolved by now?

from proper.

kostis avatar kostis commented on May 9, 2024

It has been almost a year now since this issue (#22) was open and we still have not received any information how to reproduce this error. I'll leave it open for about a week more and I'll close this issue if we do not hear anything.

from proper.

kostis avatar kostis commented on May 9, 2024

No reply from the original sender, so I am closing this now.

from proper.

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.