Hi all ,
Does anyone know how to make synchronous websocket call without passing ref to websocket server ?
Let say server A is our elixir app and server B is websocket server , I’ve found some solutions like :
- Self Direction | HHAeXchange
- phoenix_client/lib/phoenix_client/socket.ex at master · mobileoverlord/phoenix_client · GitHub
but those solutions must passing the ‘ref’ data to the websocket server and return it back to our elixir app,
is there any other solution ?
I’m using websockex btw
thx






















