I try to run the tcp example in the demo, since it is a server I use telnet to talk to the it on port 4096, and it throws out an error messeage like this:
### Wrong OnAccept() signature! Overwrite
bool OnAccept(const InetHostAddress &ia,
tpport_t port);
This OnAccept() does not work anymore.
(short changed to tpport_t)
and automatically close the connection.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I try to run the tcp example in the demo, since it is a server I use telnet to talk to the it on port 4096, and it throws out an error messeage like this:
### Wrong OnAccept() signature! Overwrite
bool OnAccept(const InetHostAddress &ia,
tpport_t port);
This OnAccept() does not work anymore.
(short changed to tpport_t)
and automatically close the connection.