websockex icon indicating copy to clipboard operation
websockex copied to clipboard

An Elixir Websocket Client

Results 46 websockex issues
Sort by recently updated
recently updated
newest added

Hey @Azolo , last year January I've submitted a PR you merged, but checking now it's not yet updated in hex.pm - Do you want to give this a kick?...

Currently sockets are supported only through ipv4. Need to pass in `inet6` as an option to `:gen_tcp.connect` to enable ipv6 support.

Hey @Azolo, you probably have no time anymore to maintain this. I've taken the freedom to fork this and push a new hex package websockex_wt with recent updates. It's here:...

I ran into a problem of getting a "Forbidden" return on a `ws://localhost:9944` service when using websockex while connecting with wscat worked fine. After inspecting the wire communication with `tcpdump`...

WebSocket connections were hardcoded to IPv4. Users cannot connect to IPv6-only servers. ## Changes - **Added `inet_family` field** to `WebSockex.Conn` struct (defaults to `:inet` for backward compatibility) - **Pass inet_family...