MovedNetwork / op-move

Move execution layer
0 stars 0 forks source link

Bug: State channel gets closed after a few requests #141

Open bulenttastan opened 2 days ago

bulenttastan commented 2 days ago

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.

RomanHodulak commented 2 days ago

A panic could happen, that would close the channel.

What does the stdout/stderr output say?