- Notifications
You must be signed in to change notification settings - Fork90
Description
Hi,
when you run code
objectMain {implicitvalsyncExecutor:ExecutionContext=newExecutionContext {overridedefexecute(runnable:Runnable):Unit= runnable.run()overridedefreportFailure(cause:Throwable):Unit=throw cause }defstop:Unit= {Thread.sleep(60000) println("stop") }classWitnessdefmain(args:Array[String]):Unit= { async{ await(Future{newWitness}) stop } }}
and then, during the sleep, you take a heap dump with VisualVM, you see that there is still an object of typeWitness
in the heap. Is this normal?
Metadata
Metadata
Assignees
Labels
No labels