We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried all possible ways but I am not able to get the handle_cast callback to be called. Not even using the Echo example.
def handle_cast({:send, {type, msg} = frame}, state) do Logger.info("Sending #{type} frame with payload: #{msg}") {:reply, frame, state} end
This mimics the example code shown in the README, but nothing, it is just ignored, what could be the issue?
Btw, the echo server is no longer available...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have tried all possible ways but I am not able to get the handle_cast callback to be called. Not even using the Echo example.
This mimics the example code shown in the README, but nothing, it is just ignored, what could be the issue?
Btw, the echo server is no longer available...
The text was updated successfully, but these errors were encountered: