Unity-Technologies / furioos-sdk-js

Furioos SDK for JavaScript
30 stars 14 forks source link

sendSDKMessage is very slow #16

Closed flufy3d closed 3 years ago

flufy3d commented 4 years ago

almost have one second delay

flufy3d commented 4 years ago

I checked the code I found all message need route to portal.furioos.com first then send to the eu render machine. that leads the slow. but I found the native control is very fast I guess that is based on webrtc datachannel. could you guy rewrite the sdk send and recv base on webrtc datachannel?

DonJGo commented 3 years ago

Hi

Thanks again for your report and to be active on the SDK :) Indeed we have sometimes see that the messages were slow. We are working on it.

You describe well the process. Just want to add some precisions. We have to deal with portal.furioos.com to send messages to the machin through the datachannel. All our events and SDK massages are using the datachannel as the native controls.

So there is probably nothing to rewrite here. The problem should come from somewhere else.

Thank you again for helping us improving the SDK. Regards.

flufy3d commented 3 years ago

cool ,Thank you for your reply and look forward to the fix of this issue

K-MICK commented 3 years ago

I close the issue, the problem is fixed since the last update.