thread safe?
Closed this issue · 1 comments
Yordroid commented
EmielBruijntjes commented
Objects are not thread safe. If you construct a connection in one thread, you should not call any methods on it (or construct any channels on top of it) inside other threads.