Matthew Davidson
Matthew Davidson
Yeah, by and large, Aleph _uses_ Netty, but doesn't support _you_ using Netty very well. There may have been good reasons for this (like the ref-counting management required when using...
Reading through the old logs here, it appears that the FileNotFoundException may have been killing it. The stacktraces include the listener calls, which would not happen if an executor was...
Hi @ztellman / @kachayev , I thought I'd take the initial step of labeling the existing issues in byte-streams as easy/moderate/hard to get the ball rolling, but I don't have...
> @KingMob I've invited you as a maintainer to this repo, so you should be able to (amongst other things) triage issues Thanks @slipset! What about other repos like byte-streams...
@frap Still want to help? We have lots of outstanding issues, and PRs that need reviewing. arnaudgeiser is working to bring Oleksii's 1.0.0 branch into master bit-by-bit, if you want...
I'll have to take a deeper look later. I take it there's no further commentary from Oleksii on this?
How do the proposed changed play with upcoming Netty changes, in particular: https://github.com/netty/netty-incubator-buffer-api/issues/48 ?
That works for me, especially if Netty itself has issues with it. 1. Want to add docs/examples demoing it with that Apache middleware you mentioned? 2. Is there something we...
@arnaudgeiser I agree it's a Manifold change, if any. I need to think about where to change things. It could be done in chain and catch, which is more targeted....
@alexander-yakushev Can you say a little more about "there are legitimate cases where you wouldn't want: Execute immediately on the current thread if it belongs to the selected executor"? Because...