i have a bug.
SFSObjectLite doesn't support ByteArray transmission.
how to fix that bug?
thank in advance
p/s: my english bad. hope u understand. give me name account skype to i add skype and talk more
yes there are plans, but not imminent as it will take a major rewrite of the API. At the time we started supporting websockets there was no support for byte arrays or byte manipulation in JS.Is there any plan on supporting ByteArrays for WebGL applications?
Code: Select all
if (user.getSession().getType() == SessionType.WEBSOCKET)
{
...
}