eclipse-californium / californium.tools

Californium project
Other
59 stars 57 forks source link

Fix executors API break #35

Closed sbernard31 closed 5 years ago

sbernard31 commented 5 years ago

This aims to fix API break introduce by https://github.com/eclipse/californium/pull/937.

Another solution could be to use :

server.setExecutors(Executors.newScheduledThreadPool(4), ExecutorsUtil.newDefaultSecondaryScheduler("coapserver(secondary)#"), false);

But I don't get the point about not using default executors.

boaks commented 5 years ago

LGTM