YaroslavGaponov / StompLib

STOMP client library for Java
12 stars 4 forks source link

Need a threadsafe client connect manager #4

Closed conanca closed 12 years ago

conanca commented 12 years ago

you can use pool

YaroslavGaponov commented 12 years ago

what do you mean? i have only main thread and 1 addition thread for reading data from server, parsing and running customs handlers.

i modified low level send function to synchronized.

conanca commented 12 years ago

OK,that seems to be thread-safe