Author Topic: RFCs Surviving After Disconnect  (Read 1766 times)

gg67

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 66
    • View Profile
RFCs Surviving After Disconnect
« on: February 03, 2014, 01:49:24 AM »
I'm running into an issue when disconnecting from within a channel. When a player is in a channel and I call TNManager.Disconnect() / load my main menu, I get a single "failed to convert parameters" error per RFC call I have in my player. Is there something special I need to do when disconnecting? I found another thread regarding this issue but it seemed to deal with objects created rather than players.

Thanks!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: RFCs Surviving After Disconnect
« Reply #1 on: February 04, 2014, 03:53:54 AM »
You need to wait for OnNetworkDisconnect notification before doing any level loading.