Re: [Firebird-devel] op_exit/op_disconnect in aux connection

2017-01-12 Thread Jiří Činčura
>interface.cpp - is a client code. Server code is at >remote/server/server.cpp > Look at rem_port::disconnect and take into account this comment > > // For WNET and XNET we should send dummy op_disconnect packet > // to wakeup async port handling events on client side. >

Re: [Firebird-devel] op_exit/op_disconnect in aux connection

2017-01-12 Thread Vlad Khorsun
12.01.2017 12:25, Jiří Činčura пишет: > Hi *, > > I'm looking at > https://github.com/FirebirdSQL/firebird/blob/master/src/remote/client/interface.cpp#L6007 > and wondering whether the server can ever send op_exit/op_disconnect on > aux connection? Is that possible? And I can somehow do it (for