Chandru wrote: > > This is most probably because you are sending something other than a > (deep) list of integers or binaries. Check the data you are trying to > send down the socket. > Typically atoms, is in for example: gen_tcp:send(Socket, [Bin1, "foo", some_atom, Bin2]). /klacke