Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: gen_tcp smushed 消息
有时,当我发送二进制数据时,gen_tcp:send它会合并到收件箱中,例如<<0,1>>,<<1,0>>并将作为<<0,1,1,0>>. 我怎样才能解决这个问题?感谢您的回复。
gen_tcp:send
<<0,1>>
<<1,0>>
<<0,1,1,0>>