mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-17 14:39:45 +02:00
working impl
This commit is contained in:
13
log
Normal file
13
log
Normal file
@@ -0,0 +1,13 @@
|
||||
2024-09-20T08:47:35.861748Z INFO server: Listening on 0.0.0.0:3000
|
||||
2024-09-20T08:47:40.074036Z INFO server: Received payload: "hello"
|
||||
2024-09-20T08:47:40.116592Z INFO amqprs::api::connection: open connection AMQPRS000@localhost:5672/
|
||||
2024-09-20T08:47:40.117117Z INFO amqprs::api::connection: open channel 1 [open] of connection 'AMQPRS000@localhost:5672/ [open]'
|
||||
2024-09-20T08:47:41.120340Z INFO server: Message published successfully
|
||||
2024-09-20T08:47:41.120554Z INFO amqprs::api::connection: try to close connection AMQPRS000@localhost:5672/ at drop
|
||||
2024-09-20T08:47:41.120634Z INFO amqprs::api::channel: try to close channel 1 at drop
|
||||
2024-09-20T08:47:41.122283Z WARN amqprs::net::reader_handler: CloseOk responder not found, probably connection 'AMQPRS000@localhost:5672/ [closed]' has dropped
|
||||
2024-09-20T08:47:41.122309Z INFO amqprs::net::reader_handler: close connection 'AMQPRS000@localhost:5672/ [closed]' OK
|
||||
2024-09-20T08:47:41.122362Z INFO amqprs::net::reader_handler: connection 'AMQPRS000@localhost:5672/ [closed]' is closed, shutting down socket I/O handlers
|
||||
2024-09-20T08:47:41.122424Z INFO amqprs::api::channel::dispatcher: exit dispatcher of channel 1 [closed] of connection 'AMQPRS000@localhost:5672/ [closed]'
|
||||
2024-09-20T08:47:41.122450Z INFO amqprs::net::writer_handler: received shutdown notification for connection 'AMQPRS000@localhost:5672/ [closed]'
|
||||
2024-09-20T08:47:41.122472Z ERROR amqprs::api::channel: failed to gracefully close channel 1 at drop, cause: 'AMQP internal communication error: channel closed'
|
||||
Reference in New Issue
Block a user