busitech

Results 46 comments of busitech

You have RTMPS working with this update, thank you! I have a full core dump saved (9.5GB), and I have sent you the backtrace of all threads, by replying to...

@ajwfrost I believe we have the intermittent issue recreated, and the log messages captured have explained more about what is going on under the covers. The NetConnection logs an "Address...

Andrew, I have your updated debugging information: ``` NetConnection IO - processing read buffer, message 0x6000020aca00, remaining 0 NetConnection IO - message id 17, stream 0 Address changed (thread %p)...

Hi @ajwfrost we went to work immediately on the last release you provided, and we are wondering if one of the changes you made could have resolved the issue, because...

Not only are we not seeing disconnects in this version of the debug runtime, we also haven't seen the messages you're looking for either, which is why we've had nothing...

Hello @ajwfrost , We have some log data for you! ``` [trace] ********************* NETWORK CHANGED tSocketIO: 3e194c00****************************** [trace] MacNetworkDetector: checking if 0x7fb43e194df8 is a working local interface [trace] IPv6 -...

Good evening @ajwfrost Here are a couple more with the timestamps enabled. We're unsure why the problem seems to be back. ``` [1:19.115] NetConnection IO - read 159 bytes [1:19.115]...

This fix has been optimized down to one line of code, a unit test has been added, and all tests pass.

We are using this program to validate and cross-check files before submitting to the bank. The bank rejected our file as invalid after being successfully validated by the program. We...

Per your previous comment, this library aims to implement the Nacha spec. Does the Nacha spec allow invalid BatchCount and other BatchControl fields? We do not use Go. We have...