BoltEngine / Bolt-Tracker

New issue tracker for Photon Bolt
10 stars 2 forks source link

No callback when client attempts to connect to recently shutdown server #106

Closed Hyperg closed 5 years ago

Hyperg commented 5 years ago

How to reproduce issue

  1. Setup a simple Bolt server which publishes a room to Photon cloud;
  2. Setup a simple client which connects to Bolt Photon cloud rooms;
  3. Start server;
  4. Start client and wait for the session list to get updated (wait for the server to show up in client's room list);
  5. Shutdown server and immediately make the client connect to that session (before the next SessionListUpdated call arrives);

TestNetworkManager.cs.txt

Expected Behavior

The client should receive some form of error callback for connecting to a defunct session (SessionConnectFailed, ConnectFailed, etc).

Actual behavior

The client does not receive any connect fail notification

Configuration

supernikx commented 5 years ago

Same problem, UP

ramonmelo commented 5 years ago

Fixed on Bolt v1.2.6.

TheL94 commented 5 years ago

Same problem in 1.2.7

supernikx commented 5 years ago

nope, I'm using 1.2.7 and still not working

ramonmelo commented 5 years ago

Fixed on the next release (v1.2.8)

Thanks for your feedback.