This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO otto_eventbus > Listening for WebSocket connections on 127.0.0.1:9311 | |
DEBUG tungstenite::handshake::server > Server handshake done. | |
DEBUG otto_eventbus > Received: Ok(Text("{\"type\":\"ping\", \"value\" : {\"msg\":\"hi\"}}")) | |
INFO otto_eventbus > deser: Meow { ttype: "ping", value: Object({"msg": String("hi")}) } | |
DEBUG otto_eventbus > Handling: Ping { msg: "hi" } | |
DEBUG otto_eventbus > Received: Ok(Text("{\"type\":\"hello\",\"value\": null}")) | |
INFO otto_eventbus > deser: Meow { ttype: "hello", value: Null } | |
DEBUG otto_eventbus > Handling hello: Hello |