qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
disconnected.h
Go to the documentation of this file.
1
24
25#ifndef QB_IO_ASYNC_EVENT_DISCONNECTED_H
26#define QB_IO_ASYNC_EVENT_DISCONNECTED_H
27
28namespace qb::io::async::event {
29
58 int reason = 0;
62};
63
64} // namespace qb::io::async::event
65
66#endif // QB_IO_ASYNC_EVENT_DISCONNECTED_H
Event triggered when a connection is closed or lost.
Definition disconnected.h:57
int reason
Reason code for the disconnection.
Definition disconnected.h:58