TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.53k stars 2.58k forks source link

Feature: customize thread names #1421

Open NathanSweet opened 5 months ago

NathanSweet commented 5 months ago

I'd like to be able to set the thread names.

I have a system with many threads, so I like to name the threads so it's clear what everything is. This way other threads stand out and are more likely to be noticed as something strange going on.