Skip to content
New issue

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

emqttd_client: replace gen_tcp:send with port_command #358

Closed
emqplus opened this issue Oct 25, 2015 · 1 comment
Closed

emqttd_client: replace gen_tcp:send with port_command #358

emqplus opened this issue Oct 25, 2015 · 1 comment
Assignees
Milestone

Comments

@emqplus
Copy link
Contributor

emqplus commented Oct 25, 2015

No description provided.

@emqplus emqplus self-assigned this Oct 25, 2015
@emqplus emqplus added this to the 0.12.4 milestone Oct 25, 2015
@emqplus
Copy link
Contributor Author

emqplus commented Nov 4, 2015

Fixed in 0.13.0:

   SendFun = fun(Data) ->
        try Connection:async_send(Data) of
            true -> ok
        catch
            error:Error -> exit({shutdown, Error})
        end
    end,

@emqplus emqplus closed this as completed Nov 4, 2015
@emqplus emqplus modified the milestones: 0.13.0, 0.12.4 Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant