Skip to content

Instantly share code, notes, and snippets.

@finestructure
Created December 8, 2023 12:16
Show Gist options
  • Save finestructure/53415c5433fa2ac307774e0339d678d6 to your computer and use it in GitHub Desktop.
Save finestructure/53415c5433fa2ac307774e0339d678d6 to your computer and use it in GitHub Desktop.
daws-test hang
```
❯ ./.build/debug/daws server
starting server...
running.
2023-12-08T13:09:21+0100 info WebSocketActors : channel=[IPv6]::1/::1:57175 op=handleWebsocketChannel(_:remoteNodeID:) [WebSocketActors] new client connection
```
```
❯ ./.build/debug/daws client
starting client...
connecting...
2023-12-08T13:09:21+0100 info WebSocketActors : [WebSocketActors] client connected to ws://localhost:8888/
resolving Greeter...
calling greet...
2023-12-08T13:09:21+0100 info WebSocketActors : actorID=greeter op=remoteCall(on:target:invocation:throwing:returning:) target=daws_test.Greeter.greet(name:) [WebSocketActors] remoteCall
```
Client just hangs at the "greet" call and never returns.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment