Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
2553e6d4
Commit
2553e6d4
authored
Jul 03, 2020
by
Locatelli
Browse files
Change updateImageData message for ploty version 1
give all the path of the image
parent
3673b87a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2553e6d4
* Change updateImageData message for ploty version 1: give all the path of the image
4.0.26 01/07/2020
4.0.26 01/07/2020
------
------
* Save endpoint in tmp dir.
* Save endpoint in tmp dir.
...
...
src/main/java/fr/ill/ics/nscclient/log/LogSubscriber.java
View file @
2553e6d4
...
@@ -331,7 +331,7 @@ public class LogSubscriber {
...
@@ -331,7 +331,7 @@ public class LogSubscriber {
private
void
notifyLogImageDataReady
(
NotificationMessage
.
ImageDataReady
logMessage
)
{
private
void
notifyLogImageDataReady
(
NotificationMessage
.
ImageDataReady
logMessage
)
{
synchronized
(
pendingImageDataReadyNames
)
{
synchronized
(
pendingImageDataReadyNames
)
{
pendingImageDataReadyNames
.
add
(
logMessage
.
getImageName
());
pendingImageDataReadyNames
.
add
(
logMessage
.
getImagePath
()
+
logMessage
.
getImageName
());
}
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment