youngmonkeys / ezyfox-server

A socket server (include SSL) supports realtime application, realtime game, MMORPG, messaging, chat and streaming data with TCP, UDP and Websocket
Apache License 2.0
569 stars 98 forks source link

Add getExecutorService method to EzyZoneChildContext #119

Closed tvd12 closed 1 year ago

tvd12 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, dev need to cast to use: ((EzySimpleAppContext)ctx).getExecutorService();

Describe the solution you'd like Add getExecutorService method to EzyZoneChildContext to remove cast.

Describe alternatives you've considered No

Additional context No