Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Connect blocking #4

@Alcereo

Description

@Alcereo

Hello.
I have tried to run sample tendermint app TMChatt, and encountered an error in an infinit lock on connection similar to this issue.

I have forked this repo, and make some test. I haven't been diving deep it to the problem. It's seem something wrong with org.glassfish.tyrus library. It lock in com.github.jtmsp.websocket.Websocket in reconnectWebsocket function on connect() line without any exceptions even there are no socket served by server. I think it strange behavior.

Anyway, to solve this, i've simply moved from org.glassfish.tyrus to org.java-websocket in com.github.jtmsp.websocket.Websocket. A have maked it dirty, only for run sample and good encapsulation maked it easy. And after that an issue had been solved. I've successfully runned sample chat app, and so on. It's all in my forked brunch

I've found you for some reason one day already moved from org.java-websocket. Thats why i've decided not to completed and pulled request. Anyway, I'm hope it will useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions