mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update MessageReceiver.cs
This commit is contained in:
parent
f6bbc31551
commit
fe31fd2c97
|
@ -90,7 +90,7 @@ namespace WelsonJS.Service
|
|||
while (await call.ResponseStream.MoveNext())
|
||||
{
|
||||
var response = call.ResponseStream.Current;
|
||||
parent.Log($"Message received: {response.Message}");
|
||||
parent.Log($"< {response.Message}");
|
||||
|
||||
// dispatch to the script runtime
|
||||
parent.DispatchServiceEvent("messageReceived", new string[] { response.Message });
|
||||
|
|
Loading…
Reference in New Issue
Block a user