Conversation
so when the client sends a uint8array the server receives a arraybuffer but when the server sends a uint8array the client receives a blob
why
2
0
1
@paula8 what
1
0
0
maybe: when the client sends the uint8array it first gets converted to a blob, and when receiving, there's not enough information to know what the received blob should be turned into automatically?
1
0
0
@theorytoe i found out, usually the default for websockets is blob
but for some reason on the server its using arraybuffers
1
0
1
@eris its the default on web sockets to use blob for some reason
just my server has arraybuffer as the default
who knows
you can changw from what i understood
1
0
1
@paula8 tragic
0
0
0
maybe it's because of a different programming language? idk
1
0
0