research-virtualfortknox / msb-client-websocket-java

The java client library to connect to the websocket interface of the MSB (Manufacturing Service Bus)
Apache License 2.0
5 stars 3 forks source link

Client hangs after reconnect #109

Closed daniel-schel closed 2 years ago

daniel-schel commented 2 years ago

Describe the bug If the connection is closed on the server side during the first registration, the connection is re-established, but the registration is not executed again. The client then hangs on this state.

To Reproduce Steps to reproduce the behavior:

  1. client establishes the connection
  2. registration is initiated
  3. connection is closed during registration by the server
  4. a new connection is established

Expected behavior The client should run the regsitrieung again.

Environment (please complete the following information):

Additional context error.log

daniel-schel commented 2 years ago

Fixed in https://github.com/research-virtualfortknox/msb-client-websocket-java/releases/tag/1.0.7-RELEASE