8231259: (dc) DatagramChannel::disconnect re-binds socket to the wildcard address (macOS)
Alan Bateman
Alan.Bateman at oracle.com
Tue Nov 19 12:39:12 UTC 2019
On 19/11/2019 11:42, Chris Hegarty wrote:
> I take it from your comment that the intent is to make receive0 static too ( in the near future ), so why not just fix ` jclass clazz` now, rather than changing disconnect0 to be non-static and then back to static again.
receive0 accesses fields in the DCI instance so we need to leave it an
instance method for now.
-Alan
More information about the nio-dev
mailing list