Jonathan Lennox
09/28/2023, 9:40 PMblock()
, it throws with the same exception, java.lang.ClassCastException: class java.lang.Long cannot be cast to class org.jitsi.nlj.util.Bandwidth (java.lang.Long is in module java.base of loader 'bootstrap'; org.jitsi.nlj.util.Bandwidth is in unnamed module of loader 'app')
. (This is with the latest mockk, 1.13.8.). Is this a known issue? Any idea what I can look at either to fix it or to work around it?Jonathan Lennox
09/28/2023, 9:44 PMBandwidth
is a value class wrapping Long
.)Jonathan Lennox
09/28/2023, 9:49 PM