andrew-ld
andrew-ld
why make asynchronous a function that not have any async thing
In my setup I have 3 docker containers in all of which there is an rpc server and each container connects with the other containers. This problem only occurs when...
https://github.com/TakahikoKawasaki/nv-websocket-client/blob/f9cc33032851edae4115f17417201e78f144db0d/src/main/java/com/neovisionaries/ws/client/SNIHelper.java#L102
there is a try catch in static initialization https://github.com/TakahikoKawasaki/nv-websocket-client/blob/f9cc33032851edae4115f17417201e78f144db0d/src/main/java/com/neovisionaries/ws/client/SNIHelper.java#L34-L44
I missed the point, you are right, it should be handled directly throwable to avoid future problems.
it is not possible to do this because onThreadCreated is not called on the SocketRacer since it does not extend WebSocketThread but uses Thread directly
https://github.com/andrew-ld/nv-websocket-client/commit/3a8156a2afdcf3dc4560da2ff9aaf149552a73ff workaround
https://github.com/tdlight-team/tdlight-telegram-bot-api/blob/gh-pages/tdlight-api-openapi.yaml you can easily generate tdlight bot api objects using the open api schema
yes