Author Topic: Quick question re: TCP, RFC calls, and busy peers  (Read 1931 times)

damocles

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 18
    • View Profile
Quick question re: TCP, RFC calls, and busy peers
« on: December 23, 2013, 03:05:44 PM »
If I send a RFC message (using a TCP connection, and broadcast type OthersSaved), but a peer is unable to react (say it's busy loading a scene), will the message keep trying until it gets through, or does it the message get abandoned?

If it keeps trying, does it block other messages to this peer until the first gets through, or will the messages end up out of order?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Quick question re: TCP, RFC calls, and busy peers
« Reply #1 on: December 24, 2013, 01:37:35 PM »
While the scene is loading, messages are not being processed. They're cached until the client is able to process them.

damocles

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 18
    • View Profile
Re: Quick question re: TCP, RFC calls, and busy peers
« Reply #2 on: December 24, 2013, 03:58:01 PM »
Excellent, thanks Aren.  That makes life a lot easier.