Commit 9e089f9
committed
fix: Set a socket timeout for stomp connection
With a new version of python there seems to be a race condition when a
connection is not establish properly. After couple of debugging
iteration it seems the connection is to fast and is never establish.
Adding a timeout to a connection helped locally.
Signed-off-by: Ales Raszka <araszka@redhat.com>1 parent 957a5e8 commit 9e089f9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments