com.unity.multiplayer.samples.coop icon indicating copy to clipboard operation
com.unity.multiplayer.samples.coop copied to clipboard

feat: returning to offline state on transport failure [MTT-4302]

Open LPLafontaineB opened this issue 3 years ago • 0 comments

Description

This PR adds handling to the OnTransportFailure callback. When it is invoked, the ConnectionManager will return to the Offline state so that it can restart hosting again.

Issue Number(s)

MTT-4302

Contribution checklist

  • [ ] Tests have been added for boss room and/or utilities pack
  • [x] Release notes have been added to the project changelog file and/or package changelog file
  • [x] Pull request has a meaningful description of its purpose
  • [x] All commits are accompanied by meaningful commit messages
  • [x] JIRA ticket ID is in the PR title or at least one commit message
  • [x] Include the ticket ID number within the body message of the PR to create a hyperlink

LPLafontaineB avatar Aug 09 '22 17:08 LPLafontaineB