smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0

callagent: Dispatch incoming MGCP messages in dispatch context

This commit is contained in:
Holger Hans Peter Freyther 2011-06-28 19:54:06 +02:00
parent 7311c1c681
commit 5eeef62086
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Object subclass: MGCPCallAgentBase [
[ | data |
data := socket next.
data ifNotNil: [
self handleData: data.
OsmoDispatcher dispatchBlock: [self handleData: data].
].
] repeat.
] fork.