Eddie Nolan

Results 9 comments of Eddie Nolan

Here is an alternative reproduction without the mock async write stream, using posix::stream_descriptor. It writes to `/tmp/beastissue2221.out` instead of the mock stream's internal buffer. The issue still occurs. ``` #include...

I just re-tested the reproduction with latest commit on the develop branch (commit 30abfdb9) and the bug still occurs. Please de-stale

Tested with Beast commit a593738 and Boost version 1.78.0; issue still occurs.

Hi, I ran into the same issue as `haashirashraf` trying to subscribe to the OKEx WebSocket stream. OKEx says this in the feed documentation: ``` All the messages returning from...

I agree. The wonders of crypto APIs.

Here's the result of trying that: ``` root@ed-ubuntu-asus:/home/eddie/magic-trace# export MAGIC_TRACE_DEBUG=1 root@ed-ubuntu-asus:/home/eddie/magic-trace# _build/default/bin/magic_trace_bin.exe run -z-print-perf -trace-include-kernel true perf record -o /tmp/magic_trace.tmp.fa06c8/perf.data --event=intel_pt/cyc=1,cyc_thresh=1,mtc_period=0/uk --timestamp --per-thread -t 186978 --snapshot=e --kcore [ Snapshot taken....

Never mind the above, the `perf` command in question just failed because I pointed it to a temporary directory that had already been deleted. The same command works when I...

root@ed-ubuntu-asus:/home/eddie/magic-trace# perf --version perf version 5.15.30

It seems like this is only an issue when `style="full"`, not with `style="compact"`.