Uditha Atukorala

Results 39 comments of Uditha Atukorala

Looking at `$INFORMIXDIR/gls/lc11/os`, on Linux/Mac there aren't any OS specific files. ``` $ ls $INFORMIXDIR/gls/lc11/os C C.lc POSIX POSIX.lc _readme ``` ``` $ head -15 $INFORMIXDIR/gls/lc11/os/POSIX.lc ########################################################################## # # #...

Unfortunately not, I didn't have a client SDK with the necessary locale to test this fully. If at all possible, using a UTF8 variant seem to solve the issue [(#issuecomment-280939778).](https://github.com/nukedzn/node-informix/issues/36#issuecomment-280939778)

@lyonmerc, sorry for the late response. Looking at the error message it seems like you have an invalid license key for CSDK. Are you still having issues?

Do you mind attaching the full debug logs from npm please?

Do you need a license with SDK 4.10.FC12W1? If so is the license setup correctly where you are running your server? Can you run `dbaccess` to check whether the license...

Thanks for the core dump. It is possible this is related to threads so the example from IBM isn't a like for like comparison. I'll take another look.

Found one google hit suggesting it could be a bug in Informix SDK https://www.cursor-distribution.de/en/ibm-software/support-informix/index.php?option=com_ibmbuglist&view=bugdetail&type=Informix&get_bug=IT28360&Itemid=1185

https://github.com/uatuko/grpcxx/pull/42 should introduce a way to signal the grpc socket to shutdown using a `std::stop_token`.

I did some initial work to get something working with asio in #23 but couldn't get it to match libuv's performance. I feel allowing application code to use asio (or...

@RavikumarTulugu please take a look at #26.