While testing APIs with the integration test, noticed that the state_channel gets closed after a few requests. This happens at the top level server requests.
The state channel works for exactly 7 requests and then gets closed. It's easy to see when you check it with state_channel.is_closed()
The state channel should be alive throughout the whole lifecycle of the op-move server.
While testing APIs with the integration test, noticed that the
state_channel
gets closed after a few requests. This happens at the top level server requests.The state channel works for exactly 7 requests and then gets closed. It's easy to see when you check it with
state_channel.is_closed()
The state channel should be alive throughout the whole lifecycle of the
op-move
server.