andrew-delph / libgdx-game

A game inspired by Terraria and tower defense, featuring multiplayer support, procedural world generation.
1 stars 0 forks source link

Stream is already completed, no further calls are allowed #323

Closed andrew-delph closed 2 years ago

andrew-delph commented 2 years ago

Exception in thread "Timer-0" java.lang.IllegalStateException: Stream is already completed, no further calls are allowed at com.google.common.base.Preconditions.checkState(Preconditions.java:502) at io.grpc.stub.ClientCalls$CallToStreamObserverAdapter.onNext(ClientCalls.java:363) at core.networking.client.ClientNetworkHandle.send(ClientNetworkHandle.java:100) at core.networking.events.consumer.client.outgoing.PingRequestOutgoingConsumerClient.accept(PingRequestOutgoingConsumerClient.java:18) at core.networking.events.consumer.client.outgoing.PingRequestOutgoingConsumerClient.accept(PingRequestOutgoingConsumerClient.java:10) at core.common.events.EventService.lambda$fireEvent$1(EventService.java:40) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at core.common.events.EventService.fireEvent(EventService.java:40) at core.networking.ping.PingService.run(PingService.java:91) at java.base/java.util.TimerThread.mainLoop(Timer.java:556) at java.base/java.util.TimerThread.run(Timer.java:506)