You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a) We need to use the same API in Teoconsole application for process packet from Teonet and from Qebrtc clients. So we need two readers: one (existing) reader which is added to Teonet event loop and another one which will be added to the Webrtc server event loop.
b) Also we need correctly transfer API list to Webrtc client, I hope it will be work without any changes, so we need just check it.
Check name in received packets
There is possible error in input packets process in Teonet API. The field from does not checked and input packets from another peers with same number which used in API may be used as waiting packets.
The text was updated successfully, but these errors were encountered:
a) We need to use the same API in Teoconsole application for process packet from Teonet and from Qebrtc clients. So we need two readers: one (existing) reader which is added to Teonet event loop and another one which will be added to the Webrtc server event loop.
b) Also we need correctly transfer API list to Webrtc client, I hope it will be work without any changes, so we need just check it.
The text was updated successfully, but these errors were encountered: